From b3ebffd6debdb93e01646b2896d4c9ccd6c40dff Mon Sep 17 00:00:00 2001 From: David Robertson Date: Thu, 21 Jul 2022 18:31:51 +0100 Subject: [PATCH] Tweak style of `` samples in rendered tables This has been subtly irritating me for aaaaaaages --- assets/scss/custom.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/assets/scss/custom.scss b/assets/scss/custom.scss index 8a5c0e58..ebd31293 100644 --- a/assets/scss/custom.scss +++ b/assets/scss/custom.scss @@ -317,7 +317,7 @@ footer { } p code, table code { - background-color: $white; + background-color: inherit; } table {