Skip to content

Commit

Permalink
Make the gradient on the control bar more subtle
Browse files Browse the repository at this point in the history
  • Loading branch information
ku1ik committed Apr 5, 2024
1 parent 16b318d commit 7d26c05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/less/partials/_control-bar.less
Expand Up @@ -7,7 +7,7 @@ div.ap-player {
display: flex;
justify-content: space-between;
align-items: stretch;
background: linear-gradient(to bottom, rgba(0,0,0,0.5) 0%, rgba(0,0,0,1) 25%, rgba(0,0,0,1) 100%);
background: linear-gradient(to bottom, rgba(0,0,0,0.5) 0%, rgba(0,0,0,1) 10%, rgba(0,0,0,1) 100%);
color: @active-controls;
box-sizing: content-box;
line-height: 1;
Expand Down

0 comments on commit 7d26c05

Please sign in to comment.