mirror of
https://github.com/Stremio/stremio-web.git
synced 2026-03-11 21:27:05 +00:00
left nav bar a bit darker than the top nav bar
This commit is contained in:
parent
065c9a586d
commit
ec5200c461
2 changed files with 2 additions and 2 deletions
|
|
@ -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;
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue