vendor/assets/stylesheets/_reset.scss in active_frontend-12.1.23 vs vendor/assets/stylesheets/_reset.scss in active_frontend-12.1.24
- old
+ new
@@ -79,10 +79,10 @@
font-weight: inherit;
}
html { background: $color-white; }
html,
body {
- color: $color-black;
+ color: $color-dark-black;
font-family: $typography-sans-serif;
font-size: 100%;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
font-smooth: always;
\ No newline at end of file