From 1378cefed9fc63d5101d52da45dc9b97a3fdf037 Mon Sep 17 00:00:00 2001 From: Chun-MingChen Date: Sun, 7 Oct 2018 17:18:58 +0800 Subject: [PATCH] Lighten the background color to navigation side bar --- website/static/css/custom.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/website/static/css/custom.css b/website/static/css/custom.css index 741acc1..f964b2b 100644 --- a/website/static/css/custom.css +++ b/website/static/css/custom.css @@ -44,3 +44,8 @@ footer.nav-footer { border-radius: 24px; min-width: 64px; } + +/* Navigation */ +.navGroup ul { + background-color: #f9f9f9; +}