From 58c5262e840dd37fbee44661b8e3f003ff0d63ac Mon Sep 17 00:00:00 2001 From: Marvin Steadfast Date: Thu, 5 Apr 2018 09:06:44 +0000 Subject: [PATCH] headings without a font weight --- themes/walden/static/css/walden.css | 3 --- themes/walden/templates/base.html | 2 +- 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/themes/walden/static/css/walden.css b/themes/walden/static/css/walden.css index b0affce..47cc8a7 100644 --- a/themes/walden/static/css/walden.css +++ b/themes/walden/static/css/walden.css @@ -16,9 +16,7 @@ a:hover { h1 { color: #000000; margin-top: 75px; - margin-bottom: 0px; font-style: italic; - font-weight: 600; } h1 a { @@ -28,7 +26,6 @@ h1 a { h2 { color: #000000; font-style: italic; - font-weight: 600; } hr { diff --git a/themes/walden/templates/base.html b/themes/walden/templates/base.html index d802dbf..8177040 100644 --- a/themes/walden/templates/base.html +++ b/themes/walden/templates/base.html @@ -11,7 +11,7 @@ - + {% if CUSTOM_CSS %} {% endif %}