Skip to content

Commit

Permalink
Tweak brightness of empty gutter in the control bar
Browse files Browse the repository at this point in the history
  • Loading branch information
ku1ik committed Jun 1, 2024
1 parent ad37747 commit cf9786e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion assets/css/app.scss
Original file line number Diff line number Diff line change
Expand Up @@ -41,5 +41,5 @@ $primary: #06989a;

// temporary override, until this gets included in the released player CSS
div.ap-control-bar .ap-progressbar .ap-bar .ap-gutter-empty {
background-color: color-mix(in oklab, var(--term-color-foreground) 15%, var(--term-color-background));
background-color: color-mix(in oklab, var(--term-color-foreground) 20%, var(--term-color-background));
}

0 comments on commit cf9786e

Please sign in to comment.