theme the media controls slightly

This commit is contained in:
nobody 2021-09-29 02:30:44 -07:00
parent 4d347401bc
commit f69347ea9d

View file

@ -195,6 +195,12 @@ pre {
border-radius: $radius;
}
audio, video {
border-radius: $radius;
box-shadow: $shadowpx $shadowpx $shadowpx 0 #444444;
}
.heart {
color: #FF0000;
}