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
This commit is contained in:
Shel Raphen 2017-05-12 14:19:39 -04:00 committed by Eugen Rochko
parent b535966ab5
commit a1fc2cfa09
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;
}