Skip to content

Commit

Permalink
Improve readability of the dashboard widget play timer
Browse files Browse the repository at this point in the history
The song duration and current play time were difficult to read on many color
schemes when the progress bar was behind the text. Adding a hazy shadow on
the text improves the situation a bit. The color of the shadow is the same
light-gray as the background color of the progress bar.
  • Loading branch information
paulijar committed Dec 6, 2024
1 parent f2c1f27 commit bc1f015
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions css/dashboard/dashboard-music-widget.css
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@
line-height: 100%;
position: absolute;
color: black;
text-shadow: #eee 0 0 10px;
top: 0;
bottom: auto;
left: 0;
Expand Down

0 comments on commit bc1f015

Please sign in to comment.