diff options
author | Eugen Rochko <eugen@zeonfederated.com> | 2017-02-07 00:06:40 +0100 |
---|---|---|
committer | Eugen Rochko <eugen@zeonfederated.com> | 2017-02-07 00:06:40 +0100 |
commit | ac035108aaa2585af146fc28e4a2314c06e63e65 (patch) | |
tree | 61c7bc0a34792d1d7378e71d80f7f2670eeae8b3 /app/assets/stylesheets | |
parent | c8252759df98f41860b0580b029d9efa374c7125 (diff) |
Add "clear notifications" button, exclude posts from people who have blocked *you* from public/hashtag timelines
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 40c39678f..13df099b1 100644 --- a/app/assets/stylesheets/components.scss +++ b/app/assets/stylesheets/components.scss @@ -32,6 +32,14 @@ } } +.column-icon { + color: $color3; + + &:hover { + color: lighten($color3, 7%); + } +} + .icon-button { color: lighten($color1, 26%); border: none; |