Skip to content

Commit

Permalink
Add layout background removal if spaces background color as foregroun…
Browse files Browse the repository at this point in the history
…d is active
  • Loading branch information
Jean-Tinland committed Apr 30, 2024
1 parent 2e91492 commit a002288
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions lib/styles/components/process.js
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit a002288

Please sign in to comment.