Browse Source

Fix spoiler link color in muted context

closed-social-v3
Eugen Rochko 7 years ago
parent
commit
8cca6bc58c
1 changed files with 2 additions and 1 deletions
  1. +2
    -1
      app/assets/stylesheets/components.scss

+ 2
- 1
app/assets/stylesheets/components.scss View File

@ -423,8 +423,9 @@ a.status__content__spoiler-link {
opacity: 0.5;
}
.status__content__spoiler-link {
a.status__content__spoiler-link {
background: lighten($color1, 26%);
color: lighten($color1, 4%);
&:hover {
background: lighten($color1, 29%);

Loading…
Cancel
Save