diff options
author | Eugen Rochko <eugen@zeonfederated.com> | 2017-02-10 23:01:02 +0100 |
---|---|---|
committer | Eugen Rochko <eugen@zeonfederated.com> | 2017-02-10 23:01:02 +0100 |
commit | 8cca6bc58c1d5b42e5acdce294ddbe048f0c5e85 (patch) | |
tree | 35f5994fe4f1b481306a836207cabc2e9c245c8d /app/assets | |
parent | 5c4c046132da522887b11143d06eb5bec0f5f677 (diff) |
Fix spoiler link color in muted context
Diffstat (limited to 'app/assets')
-rw-r--r-- | app/assets/stylesheets/components.scss | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/app/assets/stylesheets/components.scss b/app/assets/stylesheets/components.scss index c60ca0291..f0948b0f3 100644 --- a/app/assets/stylesheets/components.scss +++ b/app/assets/stylesheets/components.scss @@ -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%); |