From 0512ffcbcd73df1e2184afcb5124741d66e6b987 Mon Sep 17 00:00:00 2001 From: diondiondion Date: Wed, 15 Oct 2025 17:38:36 +0200 Subject: [PATCH] [Glitch] Fix low-contrast hover colour of alert actions (light theme only) Port 28a42bb62c71f7a2b25002a41ebc586445a93b69 to glitch-soc Signed-off-by: Claire --- app/javascript/flavours/glitch/styles/components.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/javascript/flavours/glitch/styles/components.scss b/app/javascript/flavours/glitch/styles/components.scss index c0fc55a581..ad921ca6e2 100644 --- a/app/javascript/flavours/glitch/styles/components.scss +++ b/app/javascript/flavours/glitch/styles/components.scss @@ -10748,7 +10748,7 @@ noscript { &:hover, &:focus, &:active { - background: color.change($ui-base-color, $alpha: 0.85); + background: color.change($white, $alpha: 0.15); } }