From 11c4f2ad1a8075742e9faf704dd026fb37e46ae1 Mon Sep 17 00:00:00 2001 From: rick Date: Tue, 3 Oct 2023 17:41:30 +0200 Subject: [PATCH] change titles and citation change size titles and space between add background for bold and italic text in citation --- static/css/style.css | 30 +++++++++++++++++++++++++++--- 1 file changed, 27 insertions(+), 3 deletions(-) diff --git a/static/css/style.css b/static/css/style.css index 1305848..0e12ff8 100644 --- a/static/css/style.css +++ b/static/css/style.css @@ -196,12 +196,32 @@ h1 { line-height: 1; } -#article h2 { - font-size: 36px; +#article h2, h3, h4, h5, h6{ margin-top: .75em; margin-bottom: .75em; } +#article h2 { + font-size: 36px; +} + +#article h3 { + font-size: 30px; +} + +#article h4 { + font-size: 25px; +} + +#article h5 { + font-size: 22px; +} + +#article h6 { + font-size: 22px; + text-decoration: underline; +} + #article p { margin-top: 1em; font-size: 18px; @@ -212,13 +232,17 @@ h1 { margin: 40px auto; } -blockquote p { +blockquote { background-color: #1B1B42; padding: 10px; padding-left: 20px; border-left: 5px solid aliceblue; } +blockquote p, strong, em { + background-color: inherit; +} + pre, code { font-family: DejaVu Sans Mono; font-size: 16px;