From 1e98d60cf1c85fd03d8776a0b03e7e95e3fd2435 Mon Sep 17 00:00:00 2001 From: Travis Ralston Date: Sun, 14 Apr 2019 11:19:57 -0600 Subject: [PATCH] Override bootstrap styles for tables --- web/style/components/bootstrap_override.scss | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/web/style/components/bootstrap_override.scss b/web/style/components/bootstrap_override.scss index ebb5675..3f4bcaa 100644 --- a/web/style/components/bootstrap_override.scss +++ b/web/style/components/bootstrap_override.scss @@ -6,7 +6,8 @@ } table, td, th { - border-color: themed(tableBorderColor); + border-color: themed(tableBorderColor) !important; + color: themed(defaultFgColor) !important; } code {