h4 h4
This commit is contained in:
parent
7f14916701
commit
6c33298acb
|
@ -124,6 +124,14 @@ h3 {
|
|||
font-size: 1.5rem;
|
||||
}
|
||||
|
||||
h4 {
|
||||
--recursive-slnt: 0.0;
|
||||
--recursive-casl: 0.5;
|
||||
--recursive-wght: 700;
|
||||
|
||||
font-size: 1rem;
|
||||
}
|
||||
|
||||
pre,
|
||||
code {
|
||||
--recursive-mono: 1.0;
|
||||
|
@ -150,7 +158,10 @@ pre {
|
|||
|
||||
h1,
|
||||
h2,
|
||||
h3 {
|
||||
h3,
|
||||
h4,
|
||||
h5,
|
||||
h6 {
|
||||
margin: 4px 0;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue