diff --git a/CSS/themes/qbittorrent/qbittorrent-base.css b/CSS/themes/qbittorrent/qbittorrent-base.css index a1a4509c..971690cd 100644 --- a/CSS/themes/qbittorrent/qbittorrent-base.css +++ b/CSS/themes/qbittorrent/qbittorrent-base.css @@ -239,7 +239,7 @@ label { } .dynamicTable th { - background-color: rgba(0, 0, 0, 0.25) !important; + background-color: var(--accent-color) !important; border-right-color: rgba(255, 255, 255, .08) !important; } @@ -1663,4 +1663,4 @@ img[src="icons/stalledDL.svg"] { margin-right: 5px; color: rgba(255, 255, 255, 0.7); padding-left: 5px; -} \ No newline at end of file +}