1
0

Add shadow to a play button.

This commit is contained in:
Alexander Andreev 2024-06-20 00:49:31 +04:00
parent c7ca05401f
commit e3f7b10200
Signed by: Arav
GPG Key ID: 25969B23DCB5CA34

View File

@ -118,7 +118,8 @@ section { margin-top: 1rem; }
#player p { text-indent: 1rem; }
#player img {
#player img,
button#radio-play {
filter: drop-shadow(0px 0px 4px var(--text-color));
height: 1rem;
padding: 0 .7rem; }