Fix unrounded <audio> element for leptonContentESR.css

This commit is contained in:
Blackflighter 2026-02-28 08:19:55 +11:00 committed by GitHub
parent 84f167a03c
commit b5d57cc1f7
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -85,7 +85,7 @@
@supports -moz-bool-pref("userContent.player.ui") {
audio {
--duration-color: #929292; /* Like Original */
--media-background: rgba(26, 26, 26, 0.8); /* Like Original */
background: rgba(26, 26, 26, 0.8); /* Like Original */
border-radius: 8px;
--box-shadow1: rgba(14, 13, 26, 0.12);
--box-shadow2: rgba(7, 48, 114, 0.12);