diff options
author | Anirudh Oppiliappan <x@icyphox.sh> | 2022-12-18 11:04:11 +0530 |
---|---|---|
committer | Anirudh Oppiliappan <x@icyphox.sh> | 2022-12-18 11:04:11 +0530 |
commit | 5ea7cae973e8329ae768c35bda41e656f974815d (patch) | |
tree | d7ce04c820c585e3604f91385beb8090f9dffc4c /static/style.css | |
parent | 60298a69538ccdda417613a09e5acbd917bfc53a (diff) | |
download | legit-5ea7cae973e8329ae768c35bda41e656f974815d.tar.gz legit-5ea7cae973e8329ae768c35bda41e656f974815d.tar.bz2 legit-5ea7cae973e8329ae768c35bda41e656f974815d.zip |
unveil: init
Diffstat (limited to '')
-rw-r--r-- | static/style.css | 5 |
1 files changed, 5 insertions, 0 deletions
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 { |