From dd69534ba12dcfd997eeb4e721cc7ca887df7649 Mon Sep 17 00:00:00 2001 From: biglyderv Date: Mon, 25 Nov 2024 14:14:20 -0500 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; }