From 0add1794b217fdf3a3a9bd5918b0c76e491dd236 Mon Sep 17 00:00:00 2001 From: Sebastian Date: Sun, 10 Nov 2019 10:22:17 +0100 Subject: [PATCH] Color fix for breadcrump steps. --- frontend/app/theme/_bootstrap.scss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/frontend/app/theme/_bootstrap.scss b/frontend/app/theme/_bootstrap.scss index e8ad9aa56..612c369f4 100644 --- a/frontend/app/theme/_bootstrap.scss +++ b/frontend/app/theme/_bootstrap.scss @@ -236,8 +236,8 @@ a { } &.done { - color: $color-theme-green; - + color: $color-theme-green !important; + a { color: $color-theme-green !important; }