From 5cf04aed4bac748c07edf9b99f281c939856d9ef Mon Sep 17 00:00:00 2001 From: mjkwiatkowski Date: Tue, 3 Feb 2026 07:43:54 +0100 Subject: feat: changed background color and line spacing --- static/css/style.css | 17 +++++++++++++---- 1 file changed, 13 insertions(+), 4 deletions(-) (limited to 'static/css/style.css') diff --git a/static/css/style.css b/static/css/style.css index a6492f1..7267a50 100644 --- a/static/css/style.css +++ b/static/css/style.css @@ -1,9 +1,13 @@ body, html { margin: auto; - font-family: sans-serif; + font-family:Verdana, Geneva, Tahoma, sans-serif; font-size: 12.5pt; } +body { + background-color: #F9F6EE; +} + h1 { font-size: 3em; font-weight: bold; @@ -17,8 +21,10 @@ img { } h2 { + font-family:Verdana, Geneva, Tahoma, sans-serif; + margin-top: 0.5em; padding: 0.1em; - background: rgba(170, 170, 170, 0.3); + background: #DFDFDF; color: #0b0b0b; font-weight: bold; } @@ -65,10 +71,11 @@ header ul li { header, .list, .single, .body{ padding-left: 4em; - background: rgba(170, 170, 170, 0.3); + background: #DFDFDF; } p { + line-height: 1.75em; text-align: justify; } @@ -76,7 +83,9 @@ p { font-family:Georgia, 'Times New Roman', Times, serif; margin-left: 3em; width: 80%; - background: #ffffff; + margin-bottom: 0em; + margin-top: 0em; + background-color: #F9F6EE; } .date { -- cgit v1.2.3