vendor/assets/stylesheets/_reset.scss in active_frontend-12.4.32 vs vendor/assets/stylesheets/_reset.scss in active_frontend-13.0.0

- old
+ new

@@ -106,14 +106,16 @@ color: $color-white; } /* # Color ================================================== */ -.html-dark { background: $color-black; } .html-dark, -.html-dark body { color: $color-white; } -.html-light { background: $color-light-haze; } +.html-dark body { + background: $color-black; + color: $color-white; +} +.html-light { background: lighten($color-light-haze, 2%); } /* # Style ================================================== */ .html-fixed, .body-fixed { overflow: hidden; } @@ -133,6 +135,6 @@ } ::-webkit-scrollbar-thumb:active { background: rgba(0,0,0,0.6); border-radius: 500px; } -} \ No newline at end of file +}