From a149f9c2d257c7ca3781f63b837d176dcfad98c9 Mon Sep 17 00:00:00 2001 From: Qiming Teng Date: Wed, 7 Apr 2021 15:58:04 +0800 Subject: [PATCH] Tune code style in tables This is a follow up of #26595 and kubernetes-sigs/reference-docs#220. --- assets/scss/_custom.scss | 7 +++++++ 1 file changed, 7 insertions(+) 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; + } +}