1
0
mirror of https://github.com/lensapp/lens.git synced 2025-05-20 05:10:56 +00:00

Make cluster #app component transparent

until theme ready

Signed-off-by: Alex Andreev <alex.andreev.email@gmail.com>
This commit is contained in:
Alex Andreev 2022-08-22 16:32:07 +03:00
parent 93cefe7897
commit 43a5c33902

View File

@ -72,7 +72,6 @@ html, body {
body {
color: var(--textColorPrimary);
background-color: var(--mainBackground);
font-size: var(--font-size);
font-family: var(--font-main);
}
@ -89,6 +88,11 @@ body {
#app {
height: 100%;
min-height: 100%;
background-color: var(--mainBackground);
&:empty {
background-color: transparent;
}
> * {
height: inherit;
@ -181,7 +185,7 @@ a {
}
iframe {
color-scheme: auto;
color-scheme: auto; // Remove default white background on iframes
}
// colors