Browse Source

fix: 🐛 Deluge: statusbar color fix

pull/366/head
GilbN 3 years ago
parent
commit
f6d8a5c11b
  1. 4
      css/base/deluge/deluge-base.css

4
css/base/deluge/deluge-base.css

@ -778,6 +778,10 @@
color: var(--button-text);
}
#deluge-statusbar .x-btn button {
color: var(--text)
}
.x-btn em {
font-style: normal;
font-weight: normal;

Loading…
Cancel
Save