mirror of
https://github.com/owntone/owntone-server.git
synced 2025-11-07 12:53:00 -05:00
[web] Fix top navigation bar colour
This commit is contained in:
@@ -24,6 +24,14 @@
|
||||
}
|
||||
}
|
||||
|
||||
[data-theme='dark'] .is-top {
|
||||
@include navbar(dark);
|
||||
}
|
||||
|
||||
[data-theme='light'] .is-top {
|
||||
@include navbar(light);
|
||||
}
|
||||
|
||||
.is-bottom {
|
||||
@include navbar(dark);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user