From 5138df74517465b280860d190a7ab698f53b7c0e Mon Sep 17 00:00:00 2001 From: Cynthia Foxwell Date: Thu, 16 Feb 2023 13:04:42 -0700 Subject: [PATCH] fix mention backgrounds --- xmc.user.css | 1 + 1 file changed, 1 insertion(+) diff --git a/xmc.user.css b/xmc.user.css index 9909e52..5d8ba81 100644 --- a/xmc.user.css +++ b/xmc.user.css @@ -21,6 +21,7 @@ --titlebar-color: var(--highlight); + --mention-background: rgba(var(--accent-rgb), 0.3); --header-primary: var(--text, var(--white-500)) !important; --header-secondary: var(--text, var(--primary-dark-300)) !important; --text-normal: var(--text, var(--primary-dark-200)) !important;