🔧 Reconfigure packages
This commit is contained in:
parent
4eca204d6b
commit
402ee88138
48 changed files with 401 additions and 325 deletions
|
@ -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",
|
||||
|
|
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue