diff --git a/style.css b/style.css index c1c6e92..ecbc515 100644 --- a/style.css +++ b/style.css @@ -5,10 +5,6 @@ src: url('fonts/Iosevka-Regular.woff2'); } -* { - user-select: none; -} - body { background-color: black; color: white; @@ -25,6 +21,7 @@ body { line-height: 1em; margin-top: 0.2em; margin-bottom: 0em; + user-select: none; } .separator {