vendor/assets/stylesheets/reset.scss in active_frontend-5.0.1 vs vendor/assets/stylesheets/reset.scss in active_frontend-6.0.0
- old
+ new
@@ -50,11 +50,11 @@
font-weight: normal;
font-size: 100%;
}
abbr,
acronym {
- border-bottom: 1px dotted rgba(42,44,48,1);
+ border-bottom: 1px dotted rgba(35,41,55,1);
font-variant: normal;
}
caption,
th { text-align: left; }
fieldset,
@@ -73,10 +73,10 @@
*font-size: 100%;
}
html,
body {
background: rgba(255,255,255,1);
- color: rgba(42,44,48,1);
+ color: rgba(35,41,55,1);
font-family: 'Gotham', 'Helvetica', Helvetica, Arial, sans-serif;
font-size: 100%;
-webkit-font-smoothing: antialiased;
font-smooth: always;
height: 100%;
\ No newline at end of file