From b8a707a51e6fe4853d53f0a42e689031e37409c5 Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Tue, 21 Jan 2025 10:06:17 +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 52ab3cbc3..a549c2324 100644 --- a/epicyon-profile.css +++ b/epicyon-profile.css @@ -355,7 +355,7 @@ details { .instanceSoftware { background-color: var(--column-left-header-background); - color: var(--main-link-color); + color: var(--main-link-color-hover); font-size: 75%; }