From 2b65e7e1baa948d7de82c732ad47c7f70ba30dfe Mon Sep 17 00:00:00 2001 From: Georg Krause Date: Tue, 25 Jun 2019 21:01:34 +0200 Subject: [PATCH] Improve blog style --- themes/Loopp/static/css/style.css | 9 ++++----- themes/Loopp/templates/article.html | 8 ++++---- themes/Loopp/templates/index.html | 9 +++++---- 3 files changed, 13 insertions(+), 13 deletions(-) diff --git a/themes/Loopp/static/css/style.css b/themes/Loopp/static/css/style.css index c039ed9..e89e1be 100644 --- a/themes/Loopp/static/css/style.css +++ b/themes/Loopp/static/css/style.css @@ -121,19 +121,18 @@ footer { font-size: 0.8em; } -header h2 { +header h1 { margin: 0px; color: #ff9900; + line-height: 1.5em; } -article header h2 a { +article header h1 a { color: #ff9900 !important; } article { - border: 1px solid #7f8c8d; - padding: 20px; - margin: 20px; + padding: 20px 0px; } code { diff --git a/themes/Loopp/templates/article.html b/themes/Loopp/templates/article.html index f4c5b62..1bd0f95 100644 --- a/themes/Loopp/templates/article.html +++ b/themes/Loopp/templates/article.html @@ -4,12 +4,12 @@
-
-
+
+
-

{{ article.title }}

+

{{ article.title }}