From cff9361e3d21bd847374010ca05f3783c6a2690c Mon Sep 17 00:00:00 2001 From: Elisabeth Henry Date: Fri, 7 Oct 2016 00:24:35 +0200 Subject: [PATCH] Update default colours --- templates/html/colours.css | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/templates/html/colours.css b/templates/html/colours.css index 75de870..d226d03 100644 --- a/templates/html/colours.css +++ b/templates/html/colours.css @@ -14,21 +14,21 @@ nav { /* Colours for top and footer */ #top { - background-color: #b743fe; - color: black; + background-color: #444343; + color: white; } footer { - background-color: #b743fe; - color: black; + background-color: #444343; + color: white; } footer a, #top a { - color: #040C62; + color: #fc71ff; } footer a:hover, #top a:hover { - color: #00A8F6; + color: #b743fe; } /* Additional elements */