From 8eeec389c11298ad1be163dd65c5ae79e06867ca Mon Sep 17 00:00:00 2001 From: Eugen Rochko Date: Fri, 25 Mar 2016 03:22:26 +0100 Subject: Add link to github project to footer, move FanOutOnWriteService calls to DistributionWorker. That isn't the heaviest service, yet, but gotta start somewhere --- app/assets/stylesheets/application.scss | 15 +++++++++++++++ 1 file changed, 15 insertions(+) (limited to 'app/assets') diff --git a/app/assets/stylesheets/application.scss b/app/assets/stylesheets/application.scss index 5e89c210b..e34f0ba32 100644 --- a/app/assets/stylesheets/application.scss +++ b/app/assets/stylesheets/application.scss @@ -262,6 +262,21 @@ body { font-weight: 400; font-family: 'Roboto Mono', monospace; } + + .powered-by { + font-size: 12px; + font-weight: 400; + color: darken(#d9e1e8, 25%); + + a { + color: inherit; + text-decoration: underline; + + &:hover { + text-decoration: none; + } + } + } } .mastodon { -- cgit