css/common: use --font-size in h* rules
parent
2318532b8c
commit
48fc698463
|
@ -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
|
||||
|
||||
|
|
|
@ -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);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue