about summary refs log tree commit diff
path: root/web
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 /web
parente45f0b6c43b751a3b23f8967fee4c6664a6844ae (diff)
downloadvoidsky-08a11f628ea27b20262c156f2a36c42bb763c5f1.tar.zst
Revert text selection bg color change (#2689)
Diffstat (limited to 'web')
-rw-r--r--web/index.html4
1 files changed, 0 insertions, 4 deletions
diff --git a/web/index.html b/web/index.html
index 56ab71f88..209a7c2c7 100644
--- a/web/index.html
+++ b/web/index.html
@@ -71,10 +71,6 @@
         }
       }
 
-      ::selection {
-        background-color: var(--backgroundLight);
-      }
-
       /* Remove autofill styles on Webkit */
       input:autofill,
       input:-webkit-autofill,