]> cat aescling's git repositories - mastodon.git/commitdiff
Increase color contrast
authorshel <Yiskah.Raphen@gmail.com>
Sun, 26 Mar 2017 00:02:36 +0000 (20:02 -0400)
committerGitHub <noreply@github.com>
Sun, 26 Mar 2017 00:02:36 +0000 (20:02 -0400)
Privacy descriptions were very difficult to reason. This is the minimal level of color contrast to be WCAG AA compliant.

app/assets/stylesheets/components.scss

index 822700c9ce5eaed7a29e03aa6029f5846b9acaab..75f7003b42d348e5b31041f40d6f476d7fef6c9d 100644 (file)
@@ -1703,7 +1703,7 @@ button.active i.fa-retweet {
 
 .privacy-dropdown__option__content {
   flex: 1 1 auto;
-  color: $color3;
+  color: #536f96;
 
   strong {
     font-weight: 500;