diff options
-rw-r--r-- | bskyweb/templates/base.html | 4 | ||||
-rw-r--r-- | web/index.html | 4 |
2 files changed, 0 insertions, 8 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, 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, |