css: standardize body text colors.
* Standardize on one shade of grey for all grey text. * Use very dark grey instead of black for body text.
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
@import "../base/000_vars.scss";
|
||||
|
||||
body {
|
||||
color: var(--text-color);
|
||||
background-color: var(--body-background-color);
|
||||
font-family: $base_font_family;
|
||||
font-size: 87.5%;
|
||||
@@ -81,7 +82,7 @@ table tfoot {
|
||||
}
|
||||
|
||||
.fineprint {
|
||||
color: var(--fineprint-color);
|
||||
color: var(--muted-text-color);
|
||||
font-style: italic;
|
||||
font-size: 0.8em;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user