From 6e078d6803ed1f37b93e1940a30686642209ae3e Mon Sep 17 00:00:00 2001 From: Mark Jaquith Date: Tue, 10 Aug 2021 15:21:22 -0400 Subject: [PATCH] Make Shiki code elements inherit Shiki background color --- assets/style.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/assets/style.css b/assets/style.css index b4012cb..6202c7f 100644 --- a/assets/style.css +++ b/assets/style.css @@ -8,6 +8,10 @@ code { display: inline-block; } +.shiki code { + background: inherit; +} + h1, h2, h3,