From ca514479c30f0bfbec9825eaefe188ee3e8ecf01 Mon Sep 17 00:00:00 2001 From: Michael Tremer Date: Thu, 30 May 2019 16:07:37 +0100 Subject: [PATCH] CSS: Make tables inherit their font colour Signed-off-by: Michael Tremer --- src/scss/_variables.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/src/scss/_variables.scss b/src/scss/_variables.scss index 723612cb..d44447ed 100644 --- a/src/scss/_variables.scss +++ b/src/scss/_variables.scss @@ -29,6 +29,7 @@ $body-bg: $dark; $body-color: $white; $code-color: $white; $pre-color: $white; +$table-color: inherit; // Breakpoints $grid-breakpoints: ( -- 2.47.2