From 0eb83f3a8de13c4337a4770eeaa7220da8e4ef05 Mon Sep 17 00:00:00 2001 From: Julien Maille Date: Fri, 16 Jan 2026 22:36:54 +0100 Subject: [PATCH] IMP: tone down hi-res icon --- styles.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/styles.css b/styles.css index 607e5e5..9d1d330 100644 --- a/styles.css +++ b/styles.css @@ -872,8 +872,8 @@ body.has-page-background .track-item:hover { } .quality-hires { - background-color: var(--highlight); - color: var(--primary-foreground); + border: 1px solid var(--muted-foreground); + color: var(--muted-foreground); font-size: 0.6rem; font-weight: 700; padding: 0.15rem 0.3rem;