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:
parent
7eb5ebe96c
commit
da093bb440
1 changed files with 1 additions and 5 deletions
|
@ -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;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue