Move all the syntax highlighting styles to functional stylesheets
This commit is contained in:
parent
fb7fd04fe9
commit
3a1597acec
6 changed files with 54 additions and 63 deletions
|
@ -1,7 +1,6 @@
|
|||
@layer reset, typography, root, layout, section, page, utility;
|
||||
|
||||
:root {
|
||||
--transition-duration: 0.7s;
|
||||
--menu-icon-size: 20px;
|
||||
}
|
||||
|
||||
|
@ -13,18 +12,3 @@
|
|||
--feed-icon: url(/icons/rss-dark.svg);
|
||||
}
|
||||
}
|
||||
|
||||
@layer root {
|
||||
nav.bulleted>li:first-child::before {
|
||||
content: "";
|
||||
}
|
||||
|
||||
nav.bulleted>li::before {
|
||||
content: "•";
|
||||
opacity: 80%;
|
||||
}
|
||||
|
||||
header > span.series::before {
|
||||
content: "↳";
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue