Skip to content

Commit

Permalink
Fix album arts that are white from getting smidged
Browse files Browse the repository at this point in the history
  • Loading branch information
lainsce committed Aug 5, 2024
1 parent c0501cb commit c6df8cd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions data/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
.cover-art {
box-shadow: 0 0 0 1px @outline;
border-radius: 12px;
background: @suggested_container_bg_color;
}
.cover-art-blur {
filter: opacity(0.8) blur(6px);
Expand Down

0 comments on commit c6df8cd

Please sign in to comment.