Skip to content

Commit fa7535c

Browse files
committed
fix curl snippet styles
1 parent bd75109 commit fa7535c

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/components/codeBlock/code-blocks.module.scss

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,7 @@
55

66
pre {
77
background-color: var(--code-background);
8-
border: 1px solid #40364a;
9-
border-radius: 0;
8+
border-radius: 0 0 0.25rem 0.25rem;
109
margin-top: 0;
1110
margin-bottom: 0;
1211
}

0 commit comments

Comments
 (0)