diff options
author | shel <Yiskah.Raphen@gmail.com> | 2017-03-25 20:02:36 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-03-25 20:02:36 -0400 |
commit | 2b7e3d56c85cd9de8a15bf90628bc14f5eef1b5c (patch) | |
tree | 0f4e3a396d922897787ca3067a64aee96d9672d0 /app | |
parent | c66dc0d11469622d89267f8109aa0223a283fec9 (diff) |
Increase color contrast
Privacy descriptions were very difficult to reason. This is the minimal level of color contrast to be WCAG AA compliant.
Diffstat (limited to 'app')
-rw-r--r-- | app/assets/stylesheets/components.scss | 2 |
1 files changed, 1 insertions, 1 deletions
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; |