From 4b6a89dd53f266e0f87322e67bb1cf6111002890 Mon Sep 17 00:00:00 2001 From: Owen Conti Date: Mon, 13 Nov 2017 17:29:05 -0700 Subject: [PATCH] Fixes #3897 - Change color of elements in markdown content. --- src/style/_layout.scss | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/style/_layout.scss b/src/style/_layout.scss index 327c7633..b95839de 100644 --- a/src/style/_layout.scss +++ b/src/style/_layout.scss @@ -575,6 +575,11 @@ color: $response-col-description-inner-markdown-link-font-color-hover; } } + + th + { + @include text_code($response-col-description-inner-markdown-font-color); + } } }