mirror of
https://github.com/SchildiChat/element-web.git
synced 2024-10-01 01:26:12 -04:00
Fixed weird lightening of fonts on a refresh of page on safari
This commit is contained in:
parent
699a58e0b3
commit
b1dd7efed8
@ -32,6 +32,8 @@ body {
|
||||
color: #454545;
|
||||
border: 0px;
|
||||
margin: 0px;
|
||||
/* This should render the fonts the same accross browsers */
|
||||
-webkit-font-smoothing: subpixel-antialiased;
|
||||
}
|
||||
|
||||
div.error {
|
||||
|
Loading…
Reference in New Issue
Block a user