2023-09-24 09:21:49 -07:00
|
|
|
@layer reset, typography, root, layout, section, page, utility;
|
2022-10-14 14:31:10 -07:00
|
|
|
|
2022-09-07 08:46:02 -07:00
|
|
|
:root {
|
2023-09-24 09:21:49 -07:00
|
|
|
--transition-duration: 0.7s;
|
|
|
|
--menu-icon-size: 20px;
|
2022-09-07 08:46:02 -07:00
|
|
|
}
|
2023-08-11 08:05:04 -07:00
|
|
|
|
2022-09-07 08:46:02 -07:00
|
|
|
@media (prefers-color-scheme: dark) {
|
2023-09-24 09:21:49 -07:00
|
|
|
:root {
|
|
|
|
--twitter-icon: url(/icons/twitter-dark.svg);
|
|
|
|
--github-icon: url(/icons/github-dark.svg);
|
|
|
|
--instagram-icon: url(/icons/instagram-dark.svg);
|
|
|
|
--feed-icon: url(/icons/rss-dark.svg);
|
|
|
|
}
|
2022-09-07 08:46:02 -07:00
|
|
|
}
|
|
|
|
|
2023-05-19 17:05:49 -07:00
|
|
|
@layer root {
|
2023-09-24 09:21:49 -07:00
|
|
|
nav.bulleted>li:first-child::before {
|
|
|
|
content: "";
|
|
|
|
}
|
|
|
|
|
|
|
|
nav.bulleted>li::before {
|
|
|
|
content: "•";
|
|
|
|
opacity: 80%;
|
|
|
|
}
|
|
|
|
|
2023-09-28 14:12:55 -07:00
|
|
|
header > span.series::before {
|
2023-09-24 09:21:49 -07:00
|
|
|
content: "↳";
|
|
|
|
}
|
2022-09-11 10:39:06 -07:00
|
|
|
}
|