From 187961aa12e53674eea087018f209049b8728aed Mon Sep 17 00:00:00 2001 From: Hendr_ik Date: Sat, 29 Jun 2019 21:28:41 +0200 Subject: [PATCH] h1 edit --- theme/static/css/style.css | 2 ++ theme/templates/page.html | 4 ++-- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/theme/static/css/style.css b/theme/static/css/style.css index c008083..7f0b129 100644 --- a/theme/static/css/style.css +++ b/theme/static/css/style.css @@ -152,6 +152,7 @@ font-weight: 700 } strong, +h1 strong, h2 strong, h3 strong { color: #404040; @@ -159,6 +160,7 @@ text-decoration: none; font-weight: 400; } +h1 strong, h2 strong, h3 strong { color: #898989; diff --git a/theme/templates/page.html b/theme/templates/page.html index 74584f0..7825043 100644 --- a/theme/templates/page.html +++ b/theme/templates/page.html @@ -5,9 +5,9 @@ {% block content %}
-

+

offen is a free and open source analytics software for websites and web applications that allows respectful handling of data. -

+ {% block before_content %}{% endblock %} {% block page_content %}{{ page.content }}{% endblock %}