diff options
author | Eric Bailey <git@esb.lol> | 2024-01-30 17:48:18 -0600 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-01-30 15:48:18 -0800 |
commit | 08a11f628ea27b20262c156f2a36c42bb763c5f1 (patch) | |
tree | 4dd43913c925c17138d826e2a8843660f5a56e57 /web | |
parent | e45f0b6c43b751a3b23f8967fee4c6664a6844ae (diff) | |
download | voidsky-08a11f628ea27b20262c156f2a36c42bb763c5f1.tar.zst |
Revert text selection bg color change (#2689)
Diffstat (limited to 'web')
-rw-r--r-- | web/index.html | 4 |
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, |