mirror of
https://github.com/Unleash/unleash.git
synced 2025-02-23 00:22:19 +01:00
fix: explicitly set background for the light theme
the default is for it to be transparent, which causes issues when you're overlaying components with the default background color.
This commit is contained in:
parent
43597687df
commit
532f0cb634
@ -34,6 +34,8 @@ html[data-theme='light'] {
|
||||
--unleash-color-admonition-background: var(--unleash-color-gray);
|
||||
--unleash-color-admonition-border: #999;
|
||||
--unleash-color-admonition-text: #2b2b2b;
|
||||
|
||||
--ifm-background-color: #fff;
|
||||
}
|
||||
|
||||
html[data-theme='dark'] {
|
||||
|
Loading…
Reference in New Issue
Block a user