From 30d7602a2343cc59f59726218ac665b2ae93e1ce Mon Sep 17 00:00:00 2001 From: RH-students Date: Thu, 30 Nov 2017 12:17:53 +0000 Subject: [PATCH] changed nav colours --- style.css | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/style.css b/style.css index c7d4709..fa3efb9 100644 --- a/style.css +++ b/style.css @@ -3,7 +3,7 @@ margin: 0; padding: 0; overflow: hidden; - background-color: #930112; + background-color: #06409e; } li { @@ -28,8 +28,7 @@ li a:hover:not(.active) { } .active { - background-color: #cc0219; - + background-color: #1264e8; }