further fine tune user-select

This commit is contained in:
2024-11-05 18:38:02 +00:00
parent bf17b15f56
commit 28b352faa6
+1 -4
View File
@@ -5,10 +5,6 @@
src: url('fonts/Iosevka-Regular.woff2'); src: url('fonts/Iosevka-Regular.woff2');
} }
* {
user-select: none;
}
body { body {
background-color: black; background-color: black;
color: white; color: white;
@@ -25,6 +21,7 @@ body {
line-height: 1em; line-height: 1em;
margin-top: 0.2em; margin-top: 0.2em;
margin-bottom: 0em; margin-bottom: 0em;
user-select: none;
} }
.separator { .separator {