fix(codeblocks): color & indentation

This commit is contained in:
2026-04-16 03:49:17 +02:00
parent a06b7c5f5e
commit 6632f40ad2

View File

@@ -70,7 +70,13 @@ blockquote {
/* Code */ /* Code */
code { pre code,
pre code span {
padding: 0;
margin: 0;
}
pre.sourceCode, code {
background-color: var(--code-background-color); background-color: var(--code-background-color);
padding: 0.4em 0.8em; padding: 0.4em 0.8em;
border-radius: 0.6em; border-radius: 0.6em;