From 8f04ce826242e8651630e43d795301c391da5bf4 Mon Sep 17 00:00:00 2001 From: _Kerman Date: Sat, 24 Aug 2024 10:30:33 +0800 Subject: [PATCH] fix: code block background color in dark mode --- packages/client/styles/code.css | 1 - 1 file changed, 1 deletion(-) diff --git a/packages/client/styles/code.css b/packages/client/styles/code.css index 31e1c39a14..e870a21a49 100644 --- a/packages/client/styles/code.css +++ b/packages/client/styles/code.css @@ -5,7 +5,6 @@ html.dark:root { /* Shiki */ html.dark .shiki { color: var(--shiki-dark, inherit); - background: var(--shiki-dark-bg, inherit); --twoslash-popup-bg: var(--shiki-dark-bg, inherit); }