Skip to content
This repository has been archived by the owner on Aug 12, 2024. It is now read-only.

Commit

Permalink
feat(precise-volume): add shadow on volume text
Browse files Browse the repository at this point in the history
  • Loading branch information
Su-Yong committed Oct 2, 2023
1 parent aed1bbc commit a5fe8bc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions plugins/precise-volume/volume-hud.css
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@
transition: opacity 0.6s;
pointer-events: none;
padding: 10px;

text-shadow: rgba(0, 0, 0, 0.5) 0px 0px 12px;
}

ytmusic-player[player-ui-state_="MINIPLAYER"] #volumeHud {
Expand Down

0 comments on commit a5fe8bc

Please sign in to comment.