follow the rabbit to fix potential issues

This commit is contained in:
dakai
2024-10-14 02:33:28 +08:00
parent e64a4f209c
commit 39f5d263f9
4 changed files with 13 additions and 24 deletions

View File

@@ -403,8 +403,9 @@ pre {
audio {
height: 35px;
}
audio::-webkit-media-controls-play-button,
audio::-webkit-media-controls-panel {
background-color: none;
}
audio::-webkit-media-controls-panel,
audio::-moz-media-controls-play-button,
audio::-moz-media-controls-panel {
background: none;
}