diff options
Diffstat (limited to 'app/assets')
-rw-r--r-- | app/assets/stylesheets/application.scss | 15 |
1 files changed, 15 insertions, 0 deletions
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 { |