mirror of
https://github.com/nostalgic-css/NES.css.git
synced 2025-01-17 13:48:13 +01:00
move font-smoothing to generic styles
This commit is contained in:
parent
fea8ad6ef6
commit
9ee215fe20
@ -13,6 +13,7 @@ body {
|
||||
font-size: $font-size;
|
||||
color: $base-color;
|
||||
background-color: $background-color;
|
||||
-webkit-font-smoothing : none;
|
||||
}
|
||||
|
||||
button,
|
||||
|
@ -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 {
|
||||
|
Loading…
x
Reference in New Issue
Block a user