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.
This commit is contained in:
shel 2017-01-25 20:19:37 -05:00 committed by GitHub
parent 30106ce53d
commit 9001c057b7

View file

@ -656,6 +656,7 @@
padding-bottom: 235px; padding-bottom: 235px;
background: image-url('mastodon-getting-started.png') no-repeat 0 100% local; background: image-url('mastodon-getting-started.png') no-repeat 0 100% local;
height: 100%; height: 100%;
p {font-color: $color2;}
} }
.dropdown__content.dropdown__left { .dropdown__content.dropdown__left {