From 28a42bb62c71f7a2b25002a41ebc586445a93b69 Mon Sep 17 00:00:00 2001 From: diondiondion Date: Wed, 15 Oct 2025 17:38:36 +0200 Subject: [PATCH] Fix low-contrast hover colour of alert actions (light theme only) (#36484) --- app/javascript/styles/mastodon/components.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/javascript/styles/mastodon/components.scss b/app/javascript/styles/mastodon/components.scss index 65ed88dca..78c711c55 100644 --- a/app/javascript/styles/mastodon/components.scss +++ b/app/javascript/styles/mastodon/components.scss @@ -10439,7 +10439,7 @@ noscript { &:hover, &:focus, &:active { - background: color.change($ui-base-color, $alpha: 0.85); + background: color.change($white, $alpha: 0.15); } }