diff options
author | ThibG <thib@sitedethib.com> | 2019-07-28 06:00:51 +0200 |
---|---|---|
committer | Eugen Rochko <eugen@zeonfederated.com> | 2019-07-28 06:00:51 +0200 |
commit | 10e78ecf57242cc5030b903131bf27e027bb4a97 (patch) | |
tree | 85f9685c5db6cd91ffc3f3fd93531299b810287f /app/javascript/styles | |
parent | f371b32137ccd7e74ca29d25af2072fb79654b15 (diff) |
Change contrast of status links that are not mentions nor hashtags (#11406)
Diffstat (limited to 'app/javascript/styles')
-rw-r--r-- | app/javascript/styles/mastodon/components.scss | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/app/javascript/styles/mastodon/components.scss b/app/javascript/styles/mastodon/components.scss index dd6306fb2..293de45fe 100644 --- a/app/javascript/styles/mastodon/components.scss +++ b/app/javascript/styles/mastodon/components.scss @@ -753,6 +753,10 @@ } } + a.unhandled-link { + color: lighten($ui-highlight-color, 8%); + } + .status__content__spoiler-link { background: $action-button-color; |