diff options
Diffstat (limited to 'bskyweb/templates/base.html')
-rw-r--r-- | bskyweb/templates/base.html | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/bskyweb/templates/base.html b/bskyweb/templates/base.html index 4fb3a2095..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, @@ -99,6 +95,7 @@ -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; -ms-overflow-style: scrollbar; + font-synthesis-weight: none; } /* Remove default link styling */ |