diff --git a/assets/scss/_custom.scss b/assets/scss/_custom.scss index 568a258a1c..29a8e1ecf8 100644 --- a/assets/scss/_custom.scss +++ b/assets/scss/_custom.scss @@ -639,3 +639,10 @@ body.td-documentation { } } +.td-content { + table code { + background-color: inherit !important; + color: inherit !important; + font-size: inherit !important; + } +}