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:
@@ -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,
|
||||||
|
@@ -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 {
|
||||||
|
Reference in New Issue
Block a user