Skip to content

Commit

Permalink
fix: code block background color in dark mode
Browse files Browse the repository at this point in the history
  • Loading branch information
KermanX committed Aug 24, 2024
1 parent 79d429d commit 8f04ce8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/client/styles/code.css
Original file line number Diff line number Diff line change
Expand Up @@ -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);
}

Expand Down

0 comments on commit 8f04ce8

Please sign in to comment.