From 33e09cc76b75bcc299996aca94d594dac1052a32 Mon Sep 17 00:00:00 2001
From: shel <Yiskah.Raphen@gmail.com>
Date: Wed, 25 Jan 2017 20:19:37 -0500
Subject: [PATCH] Increase color contrast on getting started text

Currently, the getting started text fails WCAG standards for color contrast by a lot. Especially on the part overlapping with the elephant graphic which is nearly unreadable even for users with 20|20 vision. This change doesn't fix the elephant overlap but at least makes the text meet AAA WCAG Small Text color contrast standards, making it easier to read.
---
 app/assets/stylesheets/components.scss | 1 +
 1 file changed, 1 insertion(+)

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 {
-- 
GitLab