diff options
author | Eugen Rochko <eugen@zeonfederated.com> | 2017-02-05 15:25:55 +0100 |
---|---|---|
committer | Eugen Rochko <eugen@zeonfederated.com> | 2017-02-05 15:25:55 +0100 |
commit | 87830f99e7e47f19ce9368cca93b66a8c1c34517 (patch) | |
tree | 649f1cf1ee158d26f7f4726bbfad06b263141d5b /app/assets/stylesheets | |
parent | ff2da21d3c889b797ad58a0ff4fae150f195b016 (diff) |
Fix #552 - Replace image links with image icons in status text in the UI
Diffstat (limited to 'app/assets/stylesheets')
-rw-r--r-- | app/assets/stylesheets/components.scss | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/app/assets/stylesheets/components.scss b/app/assets/stylesheets/components.scss index ca0ec0cec..85d34c531 100644 --- a/app/assets/stylesheets/components.scss +++ b/app/assets/stylesheets/components.scss @@ -125,6 +125,10 @@ &:hover { text-decoration: underline; + + .fa { + color: lighten($color1, 40%); + } } &.mention { @@ -136,6 +140,10 @@ } } } + + .fa { + color: lighten($color1, 30%); + } } .status__content__spoiler-link { |