From 773ff9d506468fa1a041cb5888fa60f1124386bd Mon Sep 17 00:00:00 2001 From: Michael Clemens Date: Fri, 14 Oct 2022 15:59:16 +0200 Subject: [PATCH] =?UTF-8?q?=E2=80=9Estatic/css/style.css=E2=80=9C=20=C3=A4?= =?UTF-8?q?ndern?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- static/css/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/css/style.css b/static/css/style.css index c132433..2046caf 100644 --- a/static/css/style.css +++ b/static/css/style.css @@ -13,7 +13,7 @@ body{ max-width:800px; margin:40px auto; padding:0 10px; - font:15px/1.5 monospace; + font:16px/1.5 monospace; text-align: justify; color:var(--fontcolor); background: var(--bgcolor) }