[Glitch] Fix spoiler buttons css not rendering correct color in light theme

Port 0beb095a4b to glitch-soc

Signed-off-by: Claire <claire.github-309c@sitedethib.com>
This commit is contained in:
Zach Flanders 2022-11-07 15:37:36 -06:00 committed by Claire
parent a8c854b3ea
commit 6eac1cfccd
1 changed files with 2 additions and 1 deletions

View File

@ -268,7 +268,8 @@ html {
.status__content .status__content__spoiler-link {
background: $ui-base-color;
&:hover {
&:hover,
&:focus {
background: lighten($ui-base-color, 4%);
}
}