Open DavidBarke opened 3 years ago
Maybe you can have a look at {fresh} by @pvictor
Thanks for pointing me to this resource. If I take the example from {fresh}, I get a white navbar in light mode (and not dark as displayed in the screenshots).
In the help page for bs4DashPage()
the same theme is used except for the addition of setting white = #272c30
(dark). This colors the navbar background but also colors everything else that relies on $white
, e.g. card-bg
.
What does the light
variable do? It seems to have no effect.
However, I'll probably write my own rule as this seems to be easier as overriding all variables that use $white
.
I just remember that fresh doesn’t have the same version as bs4Dash for AdminLTE, which impacts the Result.
I'll look into it !
I've updated AdminLTE to 3.1.0 in fresh.
I couldn't find any variable in
bs4dash_vars
for setting the background color of the navbar. I'd have expected something likenavbar-light-bg
andnavbar-dark-bg
.Currently the
status
of the navbar is removed when switching between light and dark mode.