From ec75f7ab5800394df484570ea84f31ad4fb45194 Mon Sep 17 00:00:00 2001
From: Matt Kohls <mattkohls13@gmail.com>
Date: Sun, 22 Mar 2020 17:30:42 -0400
Subject: Changing up colors and borders for main header

---
 static/css/simplesource.css | 7 ++-----
 1 file changed, 2 insertions(+), 5 deletions(-)

(limited to 'static')

diff --git a/static/css/simplesource.css b/static/css/simplesource.css
index 8d50756..c700a1d 100644
--- a/static/css/simplesource.css
+++ b/static/css/simplesource.css
@@ -119,10 +119,7 @@ header {
  padding-top: 1rem;
  flex-direction: row;
  align-items: flex-end;
- background: #cc6900;
- border-width: 1px 0;
- border-color: #001933;
- border-style: solid
+ background: #f4f4f4;
 }
 
 header .heading {
@@ -157,7 +154,7 @@ header h1 a small {
 
 .info {
  padding-bottom: .25rem;
- color: #fff;
+ color: #212121;
  font-size: .9rem
 }
 
-- 
cgit v1.2.3