Set font on html instead of *.
This commit is contained in:
parent
d2d6905cd4
commit
137212c8de
1 changed files with 2 additions and 2 deletions
|
@ -14,8 +14,6 @@
|
|||
|
||||
*
|
||||
{
|
||||
font-family: Verdana, sans-serif;
|
||||
font-size: 10pt;
|
||||
color: var(--color_maintext);
|
||||
}
|
||||
|
||||
|
@ -49,6 +47,8 @@ html
|
|||
padding-top: 30px;
|
||||
padding-bottom: 30px;
|
||||
background-color: var(--color_htmlbg);
|
||||
font-family: Verdana, sans-serif;
|
||||
font-size: 10pt;
|
||||
}
|
||||
|
||||
a
|
||||
|
|
Loading…
Reference in a new issue