Skip to content

Commit 99b8151

Browse files
committed
feat(styles): add background to code block title
1 parent 69b13b3 commit 99b8151

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/styles/components/_code.scss

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,11 @@ code {
5353
[class*='codeBlockContainer_'] {
5454
box-shadow: none;
5555
}
56+
57+
// Code block title
58+
[class*='codeBlockTitle_'] {
59+
background: var(--code-block-bg-c);
60+
}
5661
}
5762

5863
/**

0 commit comments

Comments
 (0)