about summary refs log tree commit diff
path: root/bskyweb/templates/base.html
diff options
context:
space:
mode:
authorEric Bailey <git@esb.lol>2024-01-30 17:48:18 -0600
committerGitHub <noreply@github.com>2024-01-30 15:48:18 -0800
commit08a11f628ea27b20262c156f2a36c42bb763c5f1 (patch)
tree4dd43913c925c17138d826e2a8843660f5a56e57 /bskyweb/templates/base.html
parente45f0b6c43b751a3b23f8967fee4c6664a6844ae (diff)
downloadvoidsky-08a11f628ea27b20262c156f2a36c42bb763c5f1.tar.zst
Revert text selection bg color change (#2689)
Diffstat (limited to 'bskyweb/templates/base.html')
-rw-r--r--bskyweb/templates/base.html4
1 files changed, 0 insertions, 4 deletions
diff --git a/bskyweb/templates/base.html b/bskyweb/templates/base.html
index cd046b3bd..0df5ce944 100644
--- a/bskyweb/templates/base.html
+++ b/bskyweb/templates/base.html
@@ -67,10 +67,6 @@
       }
     }
 
-    ::selection {
-      background-color: var(--backgroundLight);
-    }
-
     /* Remove autofill styles on Webkit */
     input:autofill,
     input:-webkit-autofill,