vendor/assets/stylesheets/_reset.scss in active_frontend-9.0.0 vs vendor/assets/stylesheets/_reset.scss in active_frontend-9.0.1
- old
+ new
@@ -1,8 +1,9 @@
/* Table of Contents
==================================================
-# Reset */
+# Reset
+# Color */
/* # Reset
================================================== */
body,
div,
@@ -72,11 +73,10 @@
*font-size: 100%;
font-weight: inherit;
}
html,
body {
- background: $color-white;
color: $color-black;
font-family: 'Gotham', 'Helvetica', Helvetica, Arial, sans-serif;
font-size: 100%;
-webkit-font-smoothing: antialiased;
font-smooth: always;
@@ -87,13 +87,19 @@
tap-highlight-color: rgba(0,0,0,0);
text-rendering: optimizeLegibility;
-webkit-text-size-adjust: 100%;
text-size-adjust: 100%;
}
+html { background: $color-white; }
::-moz-selection {
background: $color-primary;
color: $color-white;
}
::selection {
background: $color-primary;
color: $color-white;
-}
+}
+
+/* # Color
+================================================== */
+.html-dark { background: $color-black; }
+.html-light { background: $color-haze-lighter; }
\ No newline at end of file