[Glitch] Fix low-contrast hover colour of alert actions (light theme only)
Port 28a42bb62c71f7a2b25002a41ebc586445a93b69 to glitch-soc Signed-off-by: Claire <claire.github-309c@sitedethib.com>
This commit is contained in:
parent
f56fc1bab4
commit
0512ffcbcd
@ -10748,7 +10748,7 @@ noscript {
|
|||||||
&:hover,
|
&:hover,
|
||||||
&:focus,
|
&:focus,
|
||||||
&:active {
|
&:active {
|
||||||
background: color.change($ui-base-color, $alpha: 0.85);
|
background: color.change($white, $alpha: 0.15);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user