Fixed weird lightening of fonts on a refresh of page on safari

pull/1941/head
wmwragg 2016-08-10 11:51:23 +01:00
parent 699a58e0b3
commit b1dd7efed8
1 changed files with 2 additions and 0 deletions

View File

@ -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 {