1
0
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:
Thomas Heartman 2022-02-25 16:39:25 +01:00
parent 43597687df
commit 532f0cb634

View File

@ -34,6 +34,8 @@ html[data-theme='light'] {
--unleash-color-admonition-background: var(--unleash-color-gray); --unleash-color-admonition-background: var(--unleash-color-gray);
--unleash-color-admonition-border: #999; --unleash-color-admonition-border: #999;
--unleash-color-admonition-text: #2b2b2b; --unleash-color-admonition-text: #2b2b2b;
--ifm-background-color: #fff;
} }
html[data-theme='dark'] { html[data-theme='dark'] {