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 @@