From 4c3375745ce2d996bf8c96901416fd2dd36fedb9 Mon Sep 17 00:00:00 2001 From: Broque Thomas <26755000+Nezreka@users.noreply.github.com> Date: Mon, 23 Mar 2026 20:16:03 -0700 Subject: [PATCH] Invert Tidal and Qobuz badge logos on library artist cards for visibility --- webui/static/style.css | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/webui/static/style.css b/webui/static/style.css index 21ad6ae2..d6fd2b1e 100644 --- a/webui/static/style.css +++ b/webui/static/style.css @@ -32828,6 +32828,12 @@ body { box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5); } +/* Invert dark SVG logos on library artist cards (Tidal and Qobuz) */ +.library-artist-card .source-card-icon[title="Tidal"] img, +.library-artist-card .source-card-icon[title="Qobuz"] img { + filter: invert(1); +} + .source-card-icon:hover { transform: scale(1.1); opacity: 1 !important;