[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>
main^2
Zach Flanders 2 years ago committed by Claire
parent a8c854b3ea
commit 6eac1cfccd
  1. 3
      app/javascript/flavours/glitch/styles/mastodon-light/diff.scss

@ -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…
Cancel
Save