diff --git a/src/style/_layout.scss b/src/style/_layout.scss index 327c7633..786b9f80 100644 --- a/src/style/_layout.scss +++ b/src/style/_layout.scss @@ -575,6 +575,12 @@ color: $response-col-description-inner-markdown-link-font-color-hover; } } + + th + { + @include text_code($response-col-description-inner-markdown-font-color); + border-bottom: 1px solid $response-col-description-inner-markdown-font-color; + } } }