1
0
mirror of https://github.com/nostalgic-css/NES.css.git synced 2025-09-01 02:01:56 +02:00

move font-smoothing to generic styles

This commit is contained in:
Walter Steur
2018-11-30 11:49:46 +01:00
parent fea8ad6ef6
commit 9ee215fe20
2 changed files with 1 additions and 1 deletions

View File

@@ -13,6 +13,7 @@ body {
font-size: $font-size;
color: $base-color;
background-color: $background-color;
-webkit-font-smoothing : none;
}
button,