mirror of
https://github.com/nunocoracao/blowfish.git
synced 2026-01-30 15:31:52 +00:00
🐛 Fix: codeblock highlight in .prose-invert
This commit is contained in:
@@ -3635,6 +3635,9 @@ a {
|
|||||||
color: rgba(var(--color-neutral-200), 1);
|
color: rgba(var(--color-neutral-200), 1);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
.prose-invert .highlight pre > code {
|
||||||
|
background-color: unset;
|
||||||
|
}
|
||||||
.chroma .lntd, .chroma .lntd pre {
|
.chroma .lntd, .chroma .lntd pre {
|
||||||
margin: calc(var(--spacing) * 0);
|
margin: calc(var(--spacing) * 0);
|
||||||
--tw-border-style: none;
|
--tw-border-style: none;
|
||||||
|
|||||||
@@ -132,6 +132,10 @@ a {
|
|||||||
@apply static rounded-md text-neutral-700 bg-neutral-50 dark:bg-neutral-700 dark:text-neutral-200;
|
@apply static rounded-md text-neutral-700 bg-neutral-50 dark:bg-neutral-700 dark:text-neutral-200;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.prose-invert .highlight pre > code {
|
||||||
|
background-color: unset;
|
||||||
|
}
|
||||||
|
|
||||||
/* LineTableTD */
|
/* LineTableTD */
|
||||||
.chroma .lntd,
|
.chroma .lntd,
|
||||||
.chroma .lntd pre {
|
.chroma .lntd pre {
|
||||||
|
|||||||
Reference in New Issue
Block a user