fix hotdog theme visibility

This commit is contained in:
Til Schmitter 2026-04-26 19:10:17 +02:00
parent 9eea2761db
commit 2dc31e3391

View file

@ -3626,6 +3626,12 @@ html.cy #pvol {
html.cy #path i {
background: transparent;
}
html.cy #up_quick_btn.on:not(:hover) {
background: #f00;
}
html.cy span {
color: #f00;
}