vendor/assets/stylesheets/reset.scss in active_frontend-4.5.1 vs vendor/assets/stylesheets/reset.scss in active_frontend-5.0.0
- old
+ new
@@ -72,9 +72,10 @@
font-size: inherit;
*font-size: 100%;
}
html,
body {
+ background: rgba(255,255,255,1);
color: rgba(42,44,48,1);
font-family: 'Gotham', 'Helvetica', Helvetica, Arial, sans-serif;
font-size: 100%;
-webkit-font-smoothing: antialiased;
font-smooth: always;
\ No newline at end of file