From e24e747fea7f0ca7df687dc1941fff9a6d480098 Mon Sep 17 00:00:00 2001 From: lizzie Date: Tue, 4 Aug 2026 03:34:48 +0000 Subject: [PATCH] feat: more visible mentions on white mode Signed-off-by: lizzie --- src/webpage/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/webpage/style.css b/src/webpage/style.css index 1fb1826..ca25edb 100644 --- a/src/webpage/style.css +++ b/src/webpage/style.css @@ -3102,7 +3102,7 @@ span .quote:last-of-type .quoteline { aspect-ratio: 1.9; } .mentionMD { - color: transparent; + color: color-mix(in srgb, var(--mention) 50%, var(--primary-text)); background-clip: text; padding: 1px 2px; border-radius: 4px;