Added 5th header level.

This commit is contained in:
Alexander Andreev 2022-05-22 03:17:21 +04:00
parent d478d66d83
commit 14187ee841
Signed by: Arav
GPG Key ID: 0388CC8FAA51063F
1 changed files with 6 additions and 3 deletions

View File

@ -11,15 +11,18 @@ h3 {
font-variant: normal;
text-align: left; }
h4 {
h4,
h5 {
text-indent: 1.5rem;
margin: 1rem 0 1rem 0; }
h3 a,
h4 a { color: var(--text-color); }
h4 a,
h5 a { color: var(--text-color); }
h3 a:hover,
h4 a:hover { color: var(--primary-color); }
h4 a:hover,
h5 a:hover { color: var(--primary-color); }
code,
pre {