We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bd75109 commit fa7535cCopy full SHA for fa7535c
src/components/codeBlock/code-blocks.module.scss
@@ -5,8 +5,7 @@
5
6
pre {
7
background-color: var(--code-background);
8
- border: 1px solid #40364a;
9
- border-radius: 0;
+ border-radius: 0 0 0.25rem 0.25rem;
10
margin-top: 0;
11
margin-bottom: 0;
12
}
0 commit comments