mirror of
https://github.com/owntone/owntone-server.git
synced 2025-03-03 15:20:09 -05:00
[web] Fix the navigation bar colour in dark theme
This commit is contained in:
parent
17d48a379a
commit
b01e644ccf
@ -3,6 +3,16 @@
|
||||
@use 'bulma/bulma';
|
||||
@use 'bulma/sass/utilities/mixins';
|
||||
|
||||
@media (prefers-color-scheme: dark) {
|
||||
.navbar {
|
||||
background-color: var(--bulma-dark);
|
||||
}
|
||||
.navbar-item {
|
||||
--bulma-navbar-item-color: hsl(var(--bulma-navbar-invert-h), var(--bulma-navbar-invert-s), var(--bulma-navbar-item-color-invert-l));
|
||||
--bulma-navbar-item-background-l: var(--bulma-light-invert-l);
|
||||
}
|
||||
}
|
||||
|
||||
.is-disabled {
|
||||
cursor: not-allowed;
|
||||
opacity: 0.5;
|
||||
|
Loading…
x
Reference in New Issue
Block a user