From f3b3785fb2a07447ae9d10bf1a2833e802477b25 Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Tue, 21 Jan 2025 10:02:56 +0000 Subject: [PATCH] Less bright foreground --- epicyon-profile.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/epicyon-profile.css b/epicyon-profile.css index f23a24ff1..52ab3cbc3 100644 --- a/epicyon-profile.css +++ b/epicyon-profile.css @@ -355,7 +355,7 @@ details { .instanceSoftware { background-color: var(--column-left-header-background); - color: var(--button-fg-highlighted); + color: var(--main-link-color); font-size: 75%; }