mirror of
https://github.com/owntone/owntone-server.git
synced 2025-10-29 15:55:02 -04:00
[web] Fix top navigation bar colour
This commit is contained in:
parent
227db7d502
commit
482a5bdafc
File diff suppressed because one or more lines are too long
@ -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);
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user