1
0

Removed unnecessary styling for an audio element.

This commit is contained in:
Alexander Andreev 2023-08-20 01:17:11 +04:00
parent 8a9eead4c1
commit 949e96d195
Signed by: Arav
GPG Key ID: D22A817D95815393

View File

@ -70,18 +70,8 @@ small.player-links a { margin: 0 .2rem; }
audio { audio {
background-color: var(--primary-color); background-color: var(--primary-color);
box-shadow: 5px 5px var(--primary-color);
width: 100%; } width: 100%; }
@media screen and (-webkit-min-device-pixel-ratio:0) {
audio::-webkit-media-controls-panel {
background-color: var(--secondary-color); }
audio { border-radius: 1.6rem; } }
@-moz-document url-prefix() {
audio { border-radius: 0; } }
html { margin-left: calc(100vw - 100%); } html { margin-left: calc(100vw - 100%); }
body { body {