logo

mastofe

My custom branche(s) on git.pleroma.social/pleroma/mastofe
commit: a1fc2cfa0990845db70294277e84d4347fe50642
parent: b535966ab57405b3f3514046056ca0022fa14397
Author: Shel Raphen <shelraphen@gmail.com>
Date:   Fri, 12 May 2017 14:19:39 -0400

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

Diffstat:

Mapp/javascript/styles/components.scss2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 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; }