diff --git a/Changelog.md b/Changelog.md index 97dc3152c..b0a18b5ef 100644 --- a/Changelog.md +++ b/Changelog.md @@ -20,6 +20,7 @@ ## Features * Add support for [Liberapay](https://liberapay.com) donations [#7290](https://github.com/diaspora/diaspora/pull/7290) +* Added a link to the community guidelines :) [#7298](https://github.com/diaspora/diaspora/pull/7298) # 0.6.3.0 diff --git a/app/assets/stylesheets/navbar_left.scss b/app/assets/stylesheets/navbar_left.scss index 5a7a585bf..42f64361b 100644 --- a/app/assets/stylesheets/navbar_left.scss +++ b/app/assets/stylesheets/navbar_left.scss @@ -117,6 +117,11 @@ .content { font-size: $font-size-base; } + + a, + a:hover { + color: $link-grey; + } } .section { diff --git a/app/views/streams/main_stream.html.haml b/app/views/streams/main_stream.html.haml index b5130de8c..8fe84aefe 100644 --- a/app/views/streams/main_stream.html.haml +++ b/app/views/streams/main_stream.html.haml @@ -152,7 +152,7 @@ .excellence-box .content %p - = t("layouts.application.be_excellent") + = link_to t("layouts.application.be_excellent"), "https://diasporafoundation.org/community_guidelines" .info-links .content