Skip to content

Commit

Permalink
Fix rail style
Browse files Browse the repository at this point in the history
  • Loading branch information
lainsce committed Aug 4, 2024
1 parent cae0507 commit 8d91936
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions data/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -33,16 +33,20 @@
margin: 0 1px 1px 1px;
}

.music-navrail {
background: shade(@accent_container_bg_color, 0.99);
}

.music-navrail button image {
background: shade(@accent_container_bg_color, 0.98);
background: shade(@accent_container_bg_color, 0.95);
}

.music-navrail button:hover image {
background: shade(@accent_container_bg_color, 0.95);
background: shade(@accent_container_bg_color, 0.9);
}

.music-navrail button:checked image {
background: shade(@accent_container_bg_color, 0.9);
background: shade(@accent_container_bg_color, 0.8);
}

.light {
Expand Down

0 comments on commit 8d91936

Please sign in to comment.