commit 0b45689ee9214518b030620290515d73e97f6fb7 parent 8e4f54799a6486f0cad7f0004799b99049eaf6f2 Author: Hunter Date: Tue, 21 Oct 2025 18:41:26 -0400 add user-select: none to universal selector Diffstat:
| M | style.css | | | 1 | + |
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/style.css b/style.css @@ -110,6 +110,7 @@ margin: 0; padding: 0; box-sizing: border-box; + user-select: none; } body {