From 54c249b6bf954d2ecbe25729530ea7b2e47a3995 Mon Sep 17 00:00:00 2001 From: TheLazyFox <35723598+the-lazy-fox@users.noreply.github.com> Date: Thu, 9 Feb 2023 08:57:46 +0100 Subject: [PATCH] Removing text shadow on labels --- css/base/rutorrent/rutorrent-base.css | 1 + 1 file changed, 1 insertion(+) diff --git a/css/base/rutorrent/rutorrent-base.css b/css/base/rutorrent/rutorrent-base.css index 1c224800..1bab4037 100644 --- a/css/base/rutorrent/rutorrent-base.css +++ b/css/base/rutorrent/rutorrent-base.css @@ -1808,4 +1808,5 @@ div#dlgEditFilters div.dlg-header{ div.label-count, div.label-size{ background-color: rgb(var(--accent-color)); color: var(--label-text-color); + text-shadow: none; }