Move all the syntax highlighting styles to functional stylesheets

This commit is contained in:
Eryn Wells 2023-09-28 18:16:38 -07:00
parent fb7fd04fe9
commit 3a1597acec
6 changed files with 54 additions and 63 deletions

View file

@ -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: "↳";
}
}