styles: apply code background broadly

This commit is contained in:
2026-03-29 02:41:47 +00:00
parent 1ac8756e15
commit eee8eed488
+2 -2
View File
@@ -49,8 +49,8 @@
hyphens: none; hyphens: none;
} }
// Inline code background, initial version for code inside paragraphs. // Inline code background.
p > code { code {
background-color: color-mix(in srgb, var(--lightgray) 20%, transparent); background-color: color-mix(in srgb, var(--lightgray) 20%, transparent);
} }