1
0
mirror of https://github.com/nostalgic-css/NES.css.git synced 2025-08-13 18:04:00 +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; font-size: $font-size;
color: $base-color; color: $base-color;
background-color: $background-color; background-color: $background-color;
-webkit-font-smoothing : none;
} }
button, button,

View File

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