From 14187ee8414a75ebe2744a446c3c515e5c51698c Mon Sep 17 00:00:00 2001 From: "Alexander \"Arav\" Andreev" Date: Sun, 22 May 2022 03:17:21 +0400 Subject: [PATCH] Added 5th header level. --- homepage/static/assets/css/articles.css | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/homepage/static/assets/css/articles.css b/homepage/static/assets/css/articles.css index 2cddf1d..48e68b7 100644 --- a/homepage/static/assets/css/articles.css +++ b/homepage/static/assets/css/articles.css @@ -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 {