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:
evazion
2019-09-17 00:28:41 -05:00
parent 9c96557be8
commit 7461372e07
8 changed files with 30 additions and 40 deletions

View File

@@ -25,7 +25,6 @@ table.striped {
th {
font-weight: bold;
text-align: left;
color: var(--table-header-text-color);
}
}