1
0
Fork 0

🔧 Reconfigure packages

This commit is contained in:
Joost De Cock 2019-06-28 17:51:55 +02:00
parent 4eca204d6b
commit 402ee88138
48 changed files with 401 additions and 325 deletions

View file

@ -27,9 +27,11 @@
"start": "rollup -c -w",
"watch": "npx node-sass --watch --output-style compressed src/theme.scss dist/theme.css"
},
"peerDependencies": {},
"dependencies": {
"open-color": "1.6.3"
},
"devDependencies": {},
"files": [
"dist/*",
"README.md",

View file

@ -22,9 +22,12 @@ ul.topics > li {
ul.topics > li.active {
font-weight: bold;
a.topic {
border-left: 4px solid $fc-link-light;
border-left: 4px solid $fc-text-light;
}
}
.theme-wrapper.dark ul.topics > li.active a.topic {
border-color: 4px solid $fc-text-dark;
}
ul.topics > li > ul.topics.l1 {
font-weight: normal;
a {