From d407141a2d220e1675aecc9ea8f5471b3cfba4d7 Mon Sep 17 00:00:00 2001 From: Patrick Smith Date: Tue, 12 Feb 2019 17:12:21 -0500 Subject: [PATCH] Make funded through text black instead of blue --- styles/components/_portfolio_layout.scss | 7 ------- 1 file changed, 7 deletions(-) diff --git a/styles/components/_portfolio_layout.scss b/styles/components/_portfolio_layout.scss index 6748f842..3e8b7084 100644 --- a/styles/components/_portfolio_layout.scss +++ b/styles/components/_portfolio_layout.scss @@ -125,13 +125,6 @@ font-weight: bold; } - .funded { - color: $color-blue; - .icon { - @include icon-color($color-blue); - } - } - .unfunded { color: $color-red; .icon {