vendor/assets/stylesheets/blocks/_reset.scss in active_frontend-15.1.6 vs vendor/assets/stylesheets/blocks/_reset.scss in active_frontend-16.0.0
- old
+ new
@@ -157,16 +157,16 @@
touch-action: manipulation;
visibility: visible;
width: 100%;
}
body {
- background: color(white);
- border-color: color(dark-haze);
- color: color(black);
+ background: color(light-haze);
+ border-color: color(haze);
+ color: color(slate);
font-family: text-family(sans-serif);
font-size: text-size(b);
font-variant: normal;
- font-weight: normal;
+ font-weight: text-weight(semilight);
letter-spacing: 0;
line-height: text-line-height(b);
text-align: left;
text-decoration: none;
text-transform: none;