From: MatthewOwens <matthew@owens.tech>
Date: Mon, 20 Jul 2020 12:04:06 +0000 (+0100)
Subject: header, margins & nav colours
X-Git-Url: https://git.owens.tech/about.html/about.html/git?a=commitdiff_plain;h=18b11976a1ca97703c058c98debff6451c46f80d;p=website.git

header, margins & nav colours
---

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
 }
+