From b9c1560bf8f17ea35b1e00cd2613d1e80ddb0bc8 Mon Sep 17 00:00:00 2001
From: Adam Caprez <acaprez2@unl.edu>
Date: Thu, 13 Dec 2018 23:01:56 +0000
Subject: [PATCH] Fix color for h4 tags in body.

---
 static/css/custom.css | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

diff --git a/static/css/custom.css b/static/css/custom.css
index 05d2d379..405ec17a 100644
--- a/static/css/custom.css
+++ b/static/css/custom.css
@@ -86,7 +86,12 @@ margin-left: -14px;
 content:  none;
 }
 
-#header h3, h4 {
+#header h3 {
+margin-top: 16px;
+color:  #ffffff;
+}
+
+#header h4 {
 margin-top: 16px;
 color:  #ffffff;
 }
-- 
GitLab