You can do the following:
.tab-pane {
background-color:var(--background-lighter, #f0f0f0);
}
The dark-mode style uses variables. If the variable is not defined (light
mode), the var(..) false back to #f0f0f0.
KR
dirk
On Sat, Dec 11, 2021 at 1:09 AM Gary Kephart <[email protected]> wrote:
> I've added this to LeftMenu to make the tabbed content a bit darker.
>
> .tab-pane {background-color: #f0f0f0;}
>
> However this doesn't look good in Dark Mode. What do I need to do to
> affect a similar change in Dark Mode?
>
> Thanks,
> Gary
>
> --
> Gary Kephart
> Facebook: gary.kephart
> Twitter: @garykephart
>
> "The penalty that good men pay for not being interested in politics is to
> be governed by lesser men." -- Plato.
>
>