Skip to content

Commit 909aee9

Browse files
carlagnjlecordier
authored andcommitted
Add default color for code blocks' span (prisma#7080)
1 parent 8f739f7 commit 909aee9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/theme/CodeBlock/Content/styles.module.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@
3030
min-width: 100%;
3131
> span {
3232
padding: 0 0 0 calc(var(--ifm-pre-padding) * 2);
33+
color: var(--primary-font-color);
3334
}
3435
}
3536

0 commit comments

Comments
 (0)