1
0
mirror of https://github.com/nostalgic-css/NES.css.git synced 2025-01-17 05:38:15 +01: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,

View File

@ -17,7 +17,6 @@ html {
-webkit-text-size-adjust: 100%;
-ms-overflow-style: scrollbar;
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
-webkit-font-smoothing : none;
}
@-ms-viewport {