From 2b7e3d56c85cd9de8a15bf90628bc14f5eef1b5c Mon Sep 17 00:00:00 2001 From: shel Date: Sat, 25 Mar 2017 20:02:36 -0400 Subject: [PATCH] Increase color contrast 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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/assets/stylesheets/components.scss b/app/assets/stylesheets/components.scss index 822700c9c..75f7003b4 100644 --- a/app/assets/stylesheets/components.scss +++ b/app/assets/stylesheets/components.scss @@ -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;