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); + } } }