Skip to content

Commit

Permalink
Fix misc styles in process
Browse files Browse the repository at this point in the history
  • Loading branch information
Jean-Tinland committed Aug 14, 2024
1 parent f172a92 commit 10fef8a
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions lib/styles/components/process.js
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ export const processStyles = /* css */ `
box-shadow: var(--light-shadow);
}
.simple-bar--spaces-background-color-as-foreground .process__layout {
color: var(--main-alt);
color: var(--foreground);
font-weight: 700;
background-color: transparent;
}
Expand Down Expand Up @@ -105,13 +105,12 @@ export const processStyles = /* css */ `
}
.process__stack-index {
padding: 2px 5px;
color: var(--main-alt);
color: var(--foreground);
background-color: var(--background);
font-size: calc(var(--font-size) - 1px);
border-radius: var(--item-radius);
}
.process__window--focused .process__stack-index {
color: var(--foreground);
background-color: var(--main-alt);
}
.simple-bar--widgets-background-color-as-foreground .process__window--focused {
Expand Down

0 comments on commit 10fef8a

Please sign in to comment.