Remove webkit-font-smoothing (#3361)

This commit is contained in:
Krzysztof Żuraw 2023-03-14 15:22:28 +01:00 committed by GitHub
parent 5c07ac0916
commit d3c901f210
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -11,7 +11,6 @@ html {
body {
color: var(--mu-colors-foreground-text-neutral-plain) !important;
overscroll-behavior-y: none;
-webkit-font-smoothing: subpixel-antialiased;
}
.hide-scrollbar::-webkit-scrollbar {