From b87841efaab9e3ec1214caff8118d166cbbcff8d Mon Sep 17 00:00:00 2001 From: nous Date: Thu, 14 Mar 2019 22:20:03 +0100 Subject: [PATCH] Fixed white bg in tables --- theme-arc-blue.css | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/theme-arc-blue.css b/theme-arc-blue.css index 1bb55b8..c953252 100644 --- a/theme-arc-blue.css +++ b/theme-arc-blue.css @@ -1027,4 +1027,7 @@ } .following.bar .brand .ui.mini.image { width: 80px; - } \ No newline at end of file + } + .markdown:not(code) table td, .markdown:not(code) table th { + background: #11112d; + }