From 5ea7cae973e8329ae768c35bda41e656f974815d Mon Sep 17 00:00:00 2001 From: Anirudh Oppiliappan Date: Sun, 18 Dec 2022 11:04:11 +0530 Subject: unveil: init --- static/style.css | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'static/style.css') diff --git a/static/style.css b/static/style.css index 340635e..1a36ec7 100644 --- a/static/style.css +++ b/static/style.css @@ -210,6 +210,11 @@ a:hover { .line-numbers { white-space: pre-line; + -moz-user-select: -moz-none; + -khtml-user-select: none; + -webkit-user-select: none; + -o-user-select: none; + user-select: none; } .file-wrapper { -- cgit