vendor/assets/stylesheets/_reset.scss in active_frontend-10.2.10 vs vendor/assets/stylesheets/_reset.scss in active_frontend-10.3.0
- old
+ new
@@ -82,16 +82,19 @@
font-size: 100%;
-webkit-font-smoothing: antialiased;
font-smooth: always;
height: 100%;
-webkit-overflow-scrolling: touch;
- overflow-scrolling: touch;
+ -ms-overflow-scrolling: touch;
+ overflow-scrolling: touch;
-webkit-tap-highlight-color: $color-transparent;
- tap-highlight-color: $color-transparent;
+ -ms-tap-highlight-color: $color-transparent;
+ tap-highlight-color: $color-transparent;
text-rendering: optimizeLegibility;
-webkit-text-size-adjust: 100%;
- text-size-adjust: 100%;
+ -ms-text-size-adjust: 100%;
+ text-size-adjust: 100%;
}
html { background: $color-white; }
::-moz-selection {
background: $color-primary;
color: $color-white;
@@ -102,7 +105,7 @@
}
/* # Color
================================================== */
.html-dark { background: $color-black; }
-.html-light { background: $color-haze-lighter; }
+.html-light { background: $color-dark-white; }
.html-white { background: $color-white; }
\ No newline at end of file