]> cat aescling's git repositories - mastodon.git/commitdiff
Fix color contrast some more in privacy warning (#3018)
authorShel Raphen <shelraphen@gmail.com>
Fri, 12 May 2017 18:19:39 +0000 (14:19 -0400)
committerEugen Rochko <eugen@zeonfederated.com>
Fri, 12 May 2017 18:19:39 +0000 (20:19 +0200)
* 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

app/javascript/styles/components.scss

index de0943d172f4cd8014585ec2ef0f2b4e2179be54..b5bbe749dae784399dadd1b2e4d82dc0e85728ae 100644 (file)
   font-weight: 400;
 
   strong {
-    color: darken($primary-text-color, 33%);
+    color: darken($ui-secondary-color, 65%);
     font-weight: 500;
   }