From 3f0bae7781054613f7a3a0dfa4aac46fc011ac9e Mon Sep 17 00:00:00 2001 From: onezDerv Date: Wed, 2 Oct 2024 19:46:45 -0400 Subject: [PATCH] fix css --- static/index.css | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/static/index.css b/static/index.css index 91226ba..a556d4e 100644 --- a/static/index.css +++ b/static/index.css @@ -27,7 +27,9 @@ h6 { line-height: 40px; } -p { +p, h1 { + user-select: none; + -webkit-user-select: none; margin: 10px; }