Fix border-radius not being visible for leptonContent.css

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

2
css/leptonContent.css generated
View file

@ -85,7 +85,7 @@
@media -moz-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);