fix for new themes

This commit is contained in:
Til Schmitter 2026-05-16 22:28:44 +02:00
parent a6793b8885
commit 32a27e0927

View file

@ -5333,6 +5333,9 @@ html.f {
#widget:not(.thin) #pvol { #widget:not(.thin) #pvol {
border-color: var(--a-dark); border-color: var(--a-dark);
} }
#files tbody td:nth-child(3) {
font-size: .8em;
}
} }
html.fz { html.fz {
--bg: #2e258c; --bg: #2e258c;