From 61f150ce072afe6c9aa5a2eaf863b09ddda83acf Mon Sep 17 00:00:00 2001 From: flashwave Date: Sun, 25 Sep 2022 23:16:22 +0000 Subject: [PATCH] Removed user-select restrictions. --- public/css/2021.css | 5 ----- 1 file changed, 5 deletions(-) diff --git a/public/css/2021.css b/public/css/2021.css index 9e1da33..341c585 100644 --- a/public/css/2021.css +++ b/public/css/2021.css @@ -4,7 +4,6 @@ box-sizing: border-box; position: relative; outline-style: none; - user-select: none; } html, body { @@ -298,7 +297,6 @@ body { font-size: 1.5em; line-height: 1.3em; font-family: 'Electrolize', Verdana, 'Dejavu Sans', Arial, Helvetica, sans-serif; - user-select: text; } .social-twitter .social-background { background-color: #1da1f2; } .social-youtube .social-background { background-color: #ff0000; } @@ -970,9 +968,6 @@ body { .ob-blog { margin: 10px; } -.ob-blog * { - user-select: text; -} .ob-blog h1 a { color: #fff; text-decoration: none;