css/common: use --font-size in h* rules

main
Síle Ekaterin Liszka 2022-12-05 04:09:11 -08:00
parent 2318532b8c
commit 48fc698463
2 changed files with 6 additions and 6 deletions

View File

@ -25,11 +25,11 @@ I have the following bases already:
## Examples
* [Pride banner](/static/img/pride-3.0.png)
* [Nonhuman](/static/img/nonhuman-f.png)
* [Mexican pride](/static/img/mexico.png)
* [Pan-da](/static/img/pan-da.png)
* [Wood frog](/static/img/woodfrog.png)
* [Pride banner](/img/pride-3.0.png)
* [Nonhuman](/img/nonhuman-f.png)
* [Mexican pride](/img/mexico.png)
* [Pan-da](/img/pan-da.png)
* [Wood frog](/img/woodfrog.png)
## Terms

View File

@ -36,7 +36,7 @@ body {
margin: 0;
}
h1, h2, h3, h4, h5, h6 {
font-size: 14pt;
font-size: var(--font-size);
font-weight: normal;
color: var(--bright-white);
}