[Glitch] Fix low-contrast hover colour of alert actions (light theme only)

Port 28a42bb62c to glitch-soc

Signed-off-by: Claire <claire.github-309c@sitedethib.com>
This commit is contained in:
diondiondion
2025-10-15 17:38:36 +02:00
committed by Claire
parent f56fc1bab4
commit 0512ffcbcd

View File

@@ -10748,7 +10748,7 @@ noscript {
&:hover,
&:focus,
&:active {
background: color.change($ui-base-color, $alpha: 0.85);
background: color.change($white, $alpha: 0.15);
}
}