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; }