diff --git a/css/base/rutorrent/rutorrent-base.css b/css/base/rutorrent/rutorrent-base.css index bd3ef70a..1c224800 100644 --- a/css/base/rutorrent/rutorrent-base.css +++ b/css/base/rutorrent/rutorrent-base.css @@ -1806,5 +1806,6 @@ div#dlgEditFilters div.dlg-header{ } div.label-count, div.label-size{ - background-color: var(--modal-bg-color); + background-color: rgb(var(--accent-color)); + color: var(--label-text-color); }