15 lines
229 B
CSS
15 lines
229 B
CSS
|
/* 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;
|
||
|
}
|
||
|
}
|