Change color of <th>'s border-bottom elements in markdown content

This commit is contained in:
Hugo Ferrando Seage
2017-11-14 17:36:06 +01:00
parent 4b6a89dd53
commit 3139f3a9d7

View File

@@ -579,6 +579,7 @@
th th
{ {
@include text_code($response-col-description-inner-markdown-font-color); @include text_code($response-col-description-inner-markdown-font-color);
border-bottom: 1px solid $response-col-description-inner-markdown-font-color;
} }
} }
} }