We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0d2f038 commit d3f0788Copy full SHA for d3f0788
src/styles/blocks/block-code.css
@@ -23,7 +23,7 @@
23
font-size: 0.6em;
24
line-height: 1;
25
letter-spacing: 0.025em;
26
- background-color: hsl(var(--color-fade));
+ background-color: var(--code-lang-lable-background, hsl(var(--color-fade)));
27
border-radius: 2em;
28
transition: opacity 0.2s;
29
}
src/styles/blocks/callout.css
@@ -18,6 +18,7 @@
18
19
.callout__content {
20
--background-code-color: hsl(var(--color-base-background));
21
+ --code-lang-lable-background: var(--background-code-color);
22
display: flex;
flex-direction: column;
flex: 1 1 320px;
0 commit comments