Added 5th header level.
This commit is contained in:
parent
d478d66d83
commit
14187ee841
@ -11,15 +11,18 @@ h3 {
|
|||||||
font-variant: normal;
|
font-variant: normal;
|
||||||
text-align: left; }
|
text-align: left; }
|
||||||
|
|
||||||
h4 {
|
h4,
|
||||||
|
h5 {
|
||||||
text-indent: 1.5rem;
|
text-indent: 1.5rem;
|
||||||
margin: 1rem 0 1rem 0; }
|
margin: 1rem 0 1rem 0; }
|
||||||
|
|
||||||
h3 a,
|
h3 a,
|
||||||
h4 a { color: var(--text-color); }
|
h4 a,
|
||||||
|
h5 a { color: var(--text-color); }
|
||||||
|
|
||||||
h3 a:hover,
|
h3 a:hover,
|
||||||
h4 a:hover { color: var(--primary-color); }
|
h4 a:hover,
|
||||||
|
h5 a:hover { color: var(--primary-color); }
|
||||||
|
|
||||||
code,
|
code,
|
||||||
pre {
|
pre {
|
||||||
|
Loading…
Reference in New Issue
Block a user