diff --git a/static/css/custom-style.css b/static/css/custom-style.css index 93b4e8b..3b333fb 100644 --- a/static/css/custom-style.css +++ b/static/css/custom-style.css @@ -64,6 +64,12 @@ h4::before { content: "#### "; } +h2, +h3, +h4 { + margin-top: 2rem +} + blockquote p::before, blockquote br::after { content: "> ";