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;