vendor/assets/stylesheets/_reset.scss in active_frontend-13.0.6 vs vendor/assets/stylesheets/_reset.scss in active_frontend-13.1.0
- old
+ new
@@ -81,10 +81,10 @@
font-weight: inherit;
}
html { background: $color-white; }
html,
body {
- color: $color-dark-black;
+ color: $color-black;
font-family: $typography-sans-serif;
font-size: 100%;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
font-smooth: always;