[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:
parent
a8c854b3ea
commit
6eac1cfccd
|
@ -268,7 +268,8 @@ html {
|
|||
.status__content .status__content__spoiler-link {
|
||||
background: $ui-base-color;
|
||||
|
||||
&:hover {
|
||||
&:hover,
|
||||
&:focus {
|
||||
background: lighten($ui-base-color, 4%);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue