Skip to content

Commit

Permalink
Fix color contrast some more in privacy warning (#3018)
Browse files Browse the repository at this point in the history
* Fix color contrast some more in privacy warning

Latest master appears to have changed the <strong> to this unreadable grey color. If you want that to be white then it should be pure white. If someone would rather revert this to that strong dark blue color it was before that would be good too.

* Make domain dark blue again

* add missing ;

woops
  • Loading branch information
yiskah authored and Gargron committed May 12, 2017
1 parent b535966 commit a1fc2cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/javascript/styles/components.scss
Expand Up @@ -236,7 +236,7 @@
font-weight: 400;

strong {
color: darken($primary-text-color, 33%);
color: darken($ui-secondary-color, 65%);
font-weight: 500;
}

Expand Down

0 comments on commit a1fc2cf

Please sign in to comment.