From 18b11976a1ca97703c058c98debff6451c46f80d Mon Sep 17 00:00:00 2001
From: MatthewOwens <matthew@owens.tech>
Date: Mon, 20 Jul 2020 13:04:06 +0100
Subject: [PATCH] header, margins & nav colours

---
 style.css | 16 ++++++++++------
 1 file changed, 10 insertions(+), 6 deletions(-)

diff --git a/style.css b/style.css
index 5139b6b..da99830 100644
--- a/style.css
+++ b/style.css
@@ -4,7 +4,7 @@ body {
 	background-color: #1c1c1c;
 	color: #aaaaaa;
 	overflow-y:scroll;
-	margin:.4em;
+	margin:4em;
 	width:80%;
 }
 
@@ -17,16 +17,19 @@ a:hover {
 }
 
 header {
-	background-color: #2d2d2d;
-	color: #000;
+	color: #aaa;
 	text-align:center;
-	margin:auto;
+}
+
+header h1 {
+	font-size: 3.0em;
 }
 
 .nav{
     padding-left:0;
     margin-bottom:0;
     list-style:outside none none
+    text-align:center;
 }
 .nav::after{
     display:table;
@@ -46,7 +49,7 @@ header {
 .nav>li>a:focus,.nav>li>a:hover{
     text-decoration:none;
     background-color:#171717;
-    border-bottom:1px solid #cee318
+    border-bottom:1px solid #b35050
 }
 .nav-tabs{
     border-bottom:1px solid #333
@@ -61,5 +64,6 @@ header {
 }
 .nav-tabs>li.active>a{
     cursor:default;
-    border-bottom:1px solid #cee318
+    border-bottom:1px solid #b35050
 }
+
-- 
2.20.1