From: shel Date: Sun, 26 Mar 2017 00:02:36 +0000 (-0400) Subject: Increase color contrast X-Git-Url: https://git.xn--scling-oua.cat.family/?a=commitdiff_plain;h=2b7e3d56c85cd9de8a15bf90628bc14f5eef1b5c;p=mastodon.git Increase color contrast Privacy descriptions were very difficult to reason. This is the minimal level of color contrast to be WCAG AA compliant. --- 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;