Lighten the background color to navigation side bar

This commit is contained in:
Chun-MingChen 2018-10-07 17:18:58 +08:00
parent f066eaa9f6
commit 1378cefed9

View File

@ -44,3 +44,8 @@ footer.nav-footer {
border-radius: 24px;
min-width: 64px;
}
/* Navigation */
.navGroup ul {
background-color: #f9f9f9;
}