Fix color contrast some more in privacy warning (#3018)

* 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
lolsob-rspec
Shel Raphen 2017-05-12 14:19:39 -04:00 committed by Eugen Rochko
parent a9a01aad32
commit 9621ff6982
1 changed files with 1 additions and 1 deletions

View File

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