From: Shel Raphen Date: Fri, 12 May 2017 18:19:39 +0000 (-0400) Subject: Fix color contrast some more in privacy warning (#3018) X-Git-Url: https://git.xn--scling-oua.cat.family/?a=commitdiff_plain;h=a1fc2cfa0990845db70294277e84d4347fe50642;p=mastodon.git Fix color contrast some more in privacy warning (#3018) * Fix color contrast some more in privacy warning Latest master appears to have changed the 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 --- diff --git a/app/javascript/styles/components.scss b/app/javascript/styles/components.scss index de0943d17..b5bbe749d 100644 --- a/app/javascript/styles/components.scss +++ b/app/javascript/styles/components.scss @@ -236,7 +236,7 @@ font-weight: 400; strong { - color: darken($primary-text-color, 33%); + color: darken($ui-secondary-color, 65%); font-weight: 500; }