about summary refs log tree commit diff
path: root/app/assets/stylesheets/application.scss
diff options
context:
space:
mode:
Diffstat (limited to 'app/assets/stylesheets/application.scss')
-rw-r--r--app/assets/stylesheets/application.scss16
1 files changed, 14 insertions, 2 deletions
diff --git a/app/assets/stylesheets/application.scss b/app/assets/stylesheets/application.scss
index c7b8814f5..42fae02e1 100644
--- a/app/assets/stylesheets/application.scss
+++ b/app/assets/stylesheets/application.scss
@@ -69,12 +69,13 @@ table {
 
 body {
   font-family: 'Roboto', sans-serif;
-  background: $background-color image-url('background-photo.jpeg');
+  background: #282c37 image-url('background-photo.jpeg');
   background-size: cover;
   font-size: 13px;
   line-height: 18px;
   font-weight: 400;
-  color: $text-color;
+  color: #fff;
+  padding-bottom: 140px;
 }
 
 .container {
@@ -221,6 +222,17 @@ body {
   }
 }
 
+.footer {
+  text-align: center;
+  margin-top: 30px;
+
+  .domain {
+    font-size: 12px;
+    font-weight: 400;
+    font-family: 'Roboto Mono', monospace;
+  }
+}
+
 @import 'home';
 @import 'accounts';
 @import 'stream_entries';