From 7da1900e78ba47886f44f9ab09036c3dd6b66f56 Mon Sep 17 00:00:00 2001 From: MarcRez33 <59151753+MarcRez33@users.noreply.github.com> Date: Tue, 30 Apr 2024 19:43:10 +0200 Subject: [PATCH] FIX: Show the right color for @usernames with dark/light mode (#49) --- common/common.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/common.scss b/common/common.scss index 958f7b3..c7c60c1 100644 --- a/common/common.scss +++ b/common/common.scss @@ -58,7 +58,7 @@ div[class^="category-title-header"] { .category-title-description { a, a:visited { - color: inherit; + color: var(--primary); text-decoration: underline; } }