From 28b352faa6f1c7e975779779c4f78cfd409c553e Mon Sep 17 00:00:00 2001 From: futile Date: Tue, 5 Nov 2024 18:38:02 +0000 Subject: [PATCH] further fine tune user-select --- style.css | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) 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 {