14 lines
230 B
CSS
14 lines
230 B
CSS
/* Eryn Wells <eryn@erynwells.me> */
|
|
|
|
:root {
|
|
--transition-duration: 0.7s;
|
|
}
|
|
|
|
@layer root {
|
|
figure.code .ln a {
|
|
-webkit-user-select: none;
|
|
-moz-use-select: none;
|
|
-ms-user-select: none;
|
|
user-select: none;
|
|
}
|
|
}
|