Skip to content

Commit 9e492f5

Browse files
committed
fix: padding and border radius for inline code elements
1 parent ffd00f5 commit 9e492f5

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

docs/src/assets/overrides.css

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,9 @@
1111
.header .title-wrapper {
1212
overflow: visible;
1313
}
14+
15+
.sl-markdown-content :not(pre) > code {
16+
padding: 0.125rem 0.25rem;
17+
border-radius: 0.25rem;
18+
}
1419
}

0 commit comments

Comments
 (0)