vendor/assets/stylesheets/_reset.scss in active_frontend-10.1.1 vs vendor/assets/stylesheets/_reset.scss in active_frontend-10.1.2

- old
+ new

@@ -58,10 +58,12 @@ } caption, th { text-align: left; } fieldset, img { border: 0; } +sup, +sub { line-height: 1; } sup { vertical-align: text-top; } sub { vertical-align: text-bottom; } q:before, q:after { content: ''; } button, @@ -100,6 +102,7 @@ } /* # Color ================================================== */ .html-dark { background: $color-black; } -.html-light { background: $color-haze-lighter; } +.html-light { background: $color-haze-lighter; } +.html-white { background: $color-white; } \ No newline at end of file