Lighten background of sidebar

This commit is contained in:
Chun-MingChen 2018-09-16 18:24:47 +08:00
parent cd5da99cb1
commit 55384888e1

View File

@ -19,6 +19,10 @@ footer.nav-footer {
background-color: #202020;
}
.navGroup ul {
background-color: #f9f9f9;
}
.homeContainer .homeWrapper .projectLogo {
justify-content: flex-start;
}