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

@ -0,0 +1,14 @@
/* Eryn Wells <eryn@erynwells.me> */
:root {
--transition-duration: 0.7s;
}
@layer root {
.highlight .ln a {
-webkit-user-select: none;
-moz-use-select: none;
-ms-user-select: none;
user-select: none;
}
}