From 389d9cf56f939ac09dd57db1dca9604569ba4cc7 Mon Sep 17 00:00:00 2001 From: Sunpy Date: Mon, 6 May 2019 18:36:20 +0100 Subject: [PATCH] Lightblue style change --- templates/layout/includes/side_nav.html | 4 ++-- templates/layout/includes/top_nav.html | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/templates/layout/includes/side_nav.html b/templates/layout/includes/side_nav.html index f6a3c14..ef19eea 100644 --- a/templates/layout/includes/side_nav.html +++ b/templates/layout/includes/side_nav.html @@ -7,7 +7,7 @@ } #sidenav { - background-color: #B507DB; + background-color: #506EE4; border-radius: 4px; z-index: 100; @@ -30,7 +30,7 @@ } #sidenav a { - color: #e9d9fc; + color: #C5CBE2; line-height: 1; } #sidenav a:hover { diff --git a/templates/layout/includes/top_nav.html b/templates/layout/includes/top_nav.html index c53fe48..ea92df0 100644 --- a/templates/layout/includes/top_nav.html +++ b/templates/layout/includes/top_nav.html @@ -1,7 +1,7 @@