1
0

Added styling for a custom player.

This commit is contained in:
Alexander Andreev 2023-08-20 01:20:41 +04:00
parent 8d372645ce
commit dbaa813815
Signed by: Arav
GPG Key ID: D22A817D95815393

View File

@ -131,6 +131,27 @@ section { margin-top: 1rem; }
#stopit video { max-width: 90%; }
#radio {
flex-direction: row;
align-items: center; }
#play {
background-color: var(--primary-color);
mask-image: url(/assets/img/play.svg);
height: 3rem;
width: 3rem; }
#volume {
accent-color: var(--primary-color);
width: 5rem; }
#play:hover { text-decoration: none; }
#radio div.player {
display: none;
flex-direction: column;
align-items: center; }
footer {
font-size: .8rem;
text-align: center;