From a002288f75f45acff76971dcaeea6de9f6fec081 Mon Sep 17 00:00:00 2001 From: Jean Tinland Date: Tue, 30 Apr 2024 13:59:45 +0200 Subject: [PATCH] Add layout background removal if spaces background color as foreground is active --- lib/styles/components/process.js | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/lib/styles/components/process.js b/lib/styles/components/process.js index 2216699c..b24cbabc 100644 --- a/lib/styles/components/process.js +++ b/lib/styles/components/process.js @@ -43,6 +43,11 @@ export const processStyles = /* css */ ` border-radius: var(--item-radius); box-shadow: var(--light-shadow); } +.simple-bar--spaces-background-color-as-foreground .process__layout { + color: var(--main-alt); + font-weight: 700; + background-color: transparent; +} .process__skhd-mode { display: flex; align-items: center;