about summary refs log tree commit diff
diff options
context:
space:
mode:
authorShel Raphen <shelraphen@gmail.com>2017-05-12 14:19:39 -0400
committerEugen Rochko <eugen@zeonfederated.com>2017-05-12 20:19:39 +0200
commita1fc2cfa0990845db70294277e84d4347fe50642 (patch)
tree5851e6b904ef0df38b17b850c3655ba02842f4a4
parentb535966ab57405b3f3514046056ca0022fa14397 (diff)
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
-rw-r--r--app/javascript/styles/components.scss2
1 files changed, 1 insertions, 1 deletions
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;
   }