1
0
mirror of https://github.com/nostalgic-css/NES.css.git synced 2025-01-17 05:38:15 +01:00

Fix safari rendering issues (#75)

* 72 fix safari rendering issues
This commit is contained in:
JJ 2018-12-08 03:27:18 -05:00 committed by Abdullah Samman
parent 875548c9fd
commit b36465e4c4

View File

@ -17,7 +17,7 @@ body {
font-size: $font-size;
color: $base-color;
background-color: $background-color;
-webkit-font-smoothing: none;
-webkit-font-smoothing: antialiased;
}
label {