Remove webkit-font-smoothing (#3361)
This commit is contained in:
parent
5c07ac0916
commit
d3c901f210
1 changed files with 0 additions and 1 deletions
|
@ -11,7 +11,6 @@ html {
|
||||||
body {
|
body {
|
||||||
color: var(--mu-colors-foreground-text-neutral-plain) !important;
|
color: var(--mu-colors-foreground-text-neutral-plain) !important;
|
||||||
overscroll-behavior-y: none;
|
overscroll-behavior-y: none;
|
||||||
-webkit-font-smoothing: subpixel-antialiased;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.hide-scrollbar::-webkit-scrollbar {
|
.hide-scrollbar::-webkit-scrollbar {
|
||||||
|
|
Loading…
Reference in a new issue