From b5e91d19f5b337fe0a3988018fd0dc16139bd7d9 Mon Sep 17 00:00:00 2001 From: Xaviju Date: Fri, 9 Dec 2016 15:00:28 +0100 Subject: [PATCH] Fix high contrast issue in dashboard --- app/themes/high-contrast/custom.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/themes/high-contrast/custom.scss b/app/themes/high-contrast/custom.scss index f460705b..cf395204 100644 --- a/app/themes/high-contrast/custom.scss +++ b/app/themes/high-contrast/custom.scss @@ -443,6 +443,6 @@ tg-project-menu { // DASHBOARD .home-wrapper { .title-bar { - color: $white; + color: $black; } }