Set color on html instead of *.

Not sure why I didn't do this along with the other font change.
This commit is contained in:
Ethan Dalool 2020-03-25 14:54:17 -07:00
parent 7eb5ebe96c
commit da093bb440

View file

@ -12,11 +12,6 @@
--color_maintext: #ddd; --color_maintext: #ddd;
} }
*
{
color: var(--color_maintext);
}
h1, h2, h3, h4, h5 h1, h2, h3, h4, h5
{ {
padding: 8px; padding: 8px;
@ -47,6 +42,7 @@ html
padding-top: 30px; padding-top: 30px;
padding-bottom: 30px; padding-bottom: 30px;
background-color: var(--color_htmlbg); background-color: var(--color_htmlbg);
color: var(--color_maintext);
font-family: Verdana, sans-serif; font-family: Verdana, sans-serif;
font-size: 10pt; font-size: 10pt;
} }