about summary refs log tree commit diff
path: root/app/assets
diff options
context:
space:
mode:
authorEugen Rochko <eugen@zeonfederated.com>2016-03-25 03:22:26 +0100
committerEugen Rochko <eugen@zeonfederated.com>2016-03-25 03:22:26 +0100
commit8eeec389c11298ad1be163dd65c5ae79e06867ca (patch)
tree2e0e2ba68cbc25c003c6b55ef2a392666b90a8df /app/assets
parent42dcb0d4cb119ecaac824fb1cace1fb011075b5e (diff)
Add link to github project to footer, move FanOutOnWriteService calls to
DistributionWorker. That isn't the heaviest service, yet, but gotta start
somewhere
Diffstat (limited to 'app/assets')
-rw-r--r--app/assets/stylesheets/application.scss15
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 {