Skip to content

Commit c27dd82

Browse files
Code block polish (#4643)
1 parent d2a8f6a commit c27dd82

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

docs-starlight/src/styles/global.css

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -406,7 +406,13 @@ input.pagefind-ui__search-input {
406406
}
407407
}
408408

409-
.sl-markdown-content code {
409+
h1 code,
410+
h2 code,
411+
h3 code,
412+
h4 code,
413+
h5 code,
414+
h6 code,
415+
p code {
410416
border: 1px solid var(--color-code-border);
411417
border-radius: 6px;
412418
color: var(--color-code-text);

0 commit comments

Comments
 (0)