mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
Fixed inconsistent UI coloring around settings drawer
Before, It matched the header bars coloration. With the header matching the larger background, I have corrected drawer coloration.
This commit is contained in:
parent
52cd371b51
commit
6b607b41cb
1 changed files with 1 additions and 1 deletions
|
@ -287,7 +287,7 @@ html {
|
|||
}
|
||||
|
||||
.mainDrawer {
|
||||
background-color: #1c1c1c
|
||||
background-color: #101010
|
||||
}
|
||||
|
||||
.navMenuOption:hover {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue