fix: dark mode code highlight broken color
This commit is contained in:
parent
20a6223eaf
commit
b37c5f9ccc
1 changed files with 1 additions and 1 deletions
|
|
@ -55,7 +55,7 @@
|
|||
border: 1px solid var(--border-color);
|
||||
line-break: anywhere;
|
||||
}
|
||||
:global([data-nu-scheme-is='dark'] body code) {
|
||||
:global([data-nu-scheme-is='dark'] body code:not([class*='language-'])) {
|
||||
color: var(--bg-color);
|
||||
}
|
||||
:global(pre[class*='language-']) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue