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 }}