From 517f902a1311f8e28da53af06a975b21bf679b1d Mon Sep 17 00:00:00 2001
From: Beaumont Mogridge <mogridgeb@cardiff.ac.uk>
Date: Wed, 1 Dec 2021 16:45:06 +0000
Subject: [PATCH] Update style.css changed colours to improve ui and added
 header css

---
 static/style.css | 14 ++++++++++----
 1 file changed, 10 insertions(+), 4 deletions(-)

diff --git a/static/style.css b/static/style.css
index 099283c..af58c8b 100644
--- a/static/style.css
+++ b/static/style.css
@@ -35,8 +35,14 @@ body {
   background-color: #f5f5f5
 }
 
-h1
-{ color: blue;}
+header {
+  background-color: #f5f5f5;
+  font-size: 30px;
+
+
+}
+
+
 
 nav li {
   display: inline;
@@ -48,7 +54,7 @@ nav li {
 
 nav li:last-child {
   color: red;
-background-color: red;
+background-color:#5F9EA0;
   border-right: none;
   border-top-left-radius: 1000%;
   border-bottom-left-radius: 1000%;
@@ -58,7 +64,7 @@ nav ul {
   margin: 0;
   padding: 0;
   overflow: hidden;
-  background-color: #333;
+  background-color: black;
 }
 
 
-- 
GitLab