]> cat aescling's git repositories - mastodon.git/commitdiff
Increase color contrast on getting started text
authorshel <Yiskah.Raphen@gmail.com>
Thu, 26 Jan 2017 01:19:37 +0000 (20:19 -0500)
committerGitHub <noreply@github.com>
Thu, 26 Jan 2017 01:19:37 +0000 (20:19 -0500)
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

index 2a8093be756c67e0c939e82f60f57a95b5a03ecf..aac6c1f11f7573bb7155faffca0018b8dc512a3e 100644 (file)
   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 {