Merge pull request #2114 from ZhenShuo2021/docs/codeblock-lang

📝 Docs: update codeblock language
This commit is contained in:
Nuno Coração
2025-05-27 00:01:42 +01:00
committed by GitHub
10 changed files with 19 additions and 12 deletions

View File

@@ -134,6 +134,10 @@ a {
@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 */
.chroma .lntd,
.chroma .lntd pre {