From 0c32490fb041850caa9099b8f04e77fcdbb146d8 Mon Sep 17 00:00:00 2001 From: Alex Andreev Date: Thu, 25 Aug 2022 16:16:39 +0300 Subject: [PATCH] Make cluster #app component transparent (#6076) until theme ready Signed-off-by: Alex Andreev Signed-off-by: Alex Andreev --- src/renderer/components/app.scss | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/src/renderer/components/app.scss b/src/renderer/components/app.scss index f072a404a7..19c7b53d6f 100755 --- a/src/renderer/components/app.scss +++ b/src/renderer/components/app.scss @@ -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