Skip to content

Commit 799d407

Browse files
committed
🐛 fix: 修正代码块圆角尺寸
1 parent bf5e0ee commit 799d407

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

onelight/style/code.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ pre[lang=sequence] {
7070
/* ---------------->> 代码块 <<---------------- */
7171
.md-fences,
7272
code {
73-
border-radius: var(--radius-small);
73+
border-radius: 5px;
7474
margin-left: .2em;
7575
margin-right: .2em;
7676
padding: .1em

0 commit comments

Comments
 (0)