about summary refs log tree commit diff
path: root/app
diff options
context:
space:
mode:
authorEugen <eugen@zeonfederated.com>2017-01-26 02:51:27 +0100
committerGitHub <noreply@github.com>2017-01-26 02:51:27 +0100
commit97d9517b6b287efa2bacb935e76106b438f34a54 (patch)
treed0e0bbf207b7155f05ff6f1520fdc37fb8c0b74b /app
parent0a391a2872ada27019b654c5f3a084cad444fdc7 (diff)
parent33e09cc76b75bcc299996aca94d594dac1052a32 (diff)
Merge pull request #534 from yiskah/patch-2
Increase color contrast on getting started text
Diffstat (limited to 'app')
-rw-r--r--app/assets/stylesheets/components.scss1
1 files changed, 1 insertions, 0 deletions
diff --git a/app/assets/stylesheets/components.scss b/app/assets/stylesheets/components.scss
index 2a8093be7..aac6c1f11 100644
--- a/app/assets/stylesheets/components.scss
+++ b/app/assets/stylesheets/components.scss
@@ -656,6 +656,7 @@
   padding-bottom: 235px;
   background: image-url('mastodon-getting-started.png') no-repeat 0 100% local;
   height: 100%;
+  p {font-color: $color2;}
 }
 
 .dropdown__content.dropdown__left {