Skip to content

Commit 546bddd

Browse files
authored
Merge pull request #188 from forestream/fix-code-block
fix code block border-radius
2 parents b66b172 + dedc041 commit 546bddd

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

apps/landing/src/app/markdown.css

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,6 @@ th, td {
1111
padding: 6px 13px;
1212
}
1313

14-
14+
pre {
15+
border-radius: 10px;
16+
}

0 commit comments

Comments
 (0)