From e5b432e04e6aa967fdea38ce38de959cdcc22b4d Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Fri, 7 Jun 2019 11:44:43 +0200 Subject: Fix black theme on some screens --- client/src/app/shared/instance/instance-features-table.component.scss | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'client/src/app/shared/instance/instance-features-table.component.scss') diff --git a/client/src/app/shared/instance/instance-features-table.component.scss b/client/src/app/shared/instance/instance-features-table.component.scss index 90fbb5c94..f9bec038d 100644 --- a/client/src/app/shared/instance/instance-features-table.component.scss +++ b/client/src/app/shared/instance/instance-features-table.component.scss @@ -3,6 +3,7 @@ table { font-size: 14px; + color: var(--mainForegroundColor); .label { font-weight: $font-semibold; @@ -16,4 +17,4 @@ table { .glyphicon-remove { color: $red; } -} \ No newline at end of file +} -- cgit v1.2.3