Add shadow to a play button.
This commit is contained in:
parent
c7ca05401f
commit
e3f7b10200
@ -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; }
|
||||
|
Loading…
Reference in New Issue
Block a user