left nav bar a bit darker than the top nav bar

This commit is contained in:
nklhrstv 2020-03-04 17:53:36 +02:00
parent 065c9a586d
commit ec5200c461
2 changed files with 2 additions and 2 deletions

View file

@ -5,7 +5,7 @@
flex-direction: column;
align-items: center;
justify-content: center;
background-color: @color-background;
background-color: @color-background-dark1;
&:hover {
background-color: @color-background-light2;

View file

@ -3,7 +3,7 @@
.vertical-nav-bar-container {
width: var(--vertical-nav-bar-size);
padding: 1rem 0;
background-color: @color-background;
background-color: @color-background-dark1;
overflow-y: auto;
scrollbar-width: none;