From 3139f3a9d7883eedd2b893c1a7b66fa0ce6c7f9b Mon Sep 17 00:00:00 2001 From: Hugo Ferrando Seage Date: Tue, 14 Nov 2017 17:36:06 +0100 Subject: [PATCH] Change color of 's border-bottom elements in markdown content --- src/style/_layout.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/src/style/_layout.scss b/src/style/_layout.scss index b95839de..786b9f80 100644 --- a/src/style/_layout.scss +++ b/src/style/_layout.scss @@ -579,6 +579,7 @@ th { @include text_code($response-col-description-inner-markdown-font-color); + border-bottom: 1px solid $response-col-description-inner-markdown-font-color; } } }