fix: code span colors in dark mode

Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
This commit is contained in:
David Karlsson 2024-01-02 13:51:35 +01:00
parent 6fb66cf034
commit 5abe774df8
1 changed files with 0 additions and 8 deletions

View File

@ -9,14 +9,6 @@
}
}
:not(pre) > code {
/* !important because of specificity issue with blockquote typography */
color: theme(colors.black) !important;
.dark blockquote & {
color: theme(colors.white) !important;
}
}
.highlight {
@apply p-3 my-4 overflow-x-auto;
background: theme("colors.white");