css/common: use --font-size in h* rules
parent
2318532b8c
commit
48fc698463
|
@ -25,11 +25,11 @@ I have the following bases already:
|
||||||
|
|
||||||
## Examples
|
## Examples
|
||||||
|
|
||||||
* [Pride banner](/static/img/pride-3.0.png)
|
* [Pride banner](/img/pride-3.0.png)
|
||||||
* [Nonhuman](/static/img/nonhuman-f.png)
|
* [Nonhuman](/img/nonhuman-f.png)
|
||||||
* [Mexican pride](/static/img/mexico.png)
|
* [Mexican pride](/img/mexico.png)
|
||||||
* [Pan-da](/static/img/pan-da.png)
|
* [Pan-da](/img/pan-da.png)
|
||||||
* [Wood frog](/static/img/woodfrog.png)
|
* [Wood frog](/img/woodfrog.png)
|
||||||
|
|
||||||
## Terms
|
## Terms
|
||||||
|
|
||||||
|
|
|
@ -36,7 +36,7 @@ body {
|
||||||
margin: 0;
|
margin: 0;
|
||||||
}
|
}
|
||||||
h1, h2, h3, h4, h5, h6 {
|
h1, h2, h3, h4, h5, h6 {
|
||||||
font-size: 14pt;
|
font-size: var(--font-size);
|
||||||
font-weight: normal;
|
font-weight: normal;
|
||||||
color: var(--bright-white);
|
color: var(--bright-white);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue