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
14
assets/styles/root/010_interactions.css
Normal file
14
assets/styles/root/010_interactions.css
Normal 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;
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue