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