Skip to content
This repository was archived by the owner on Feb 4, 2026. It is now read-only.

Commit 151c13e

Browse files
authored
fix: 代码块首行边距 (#246)
2 parents 44366d5 + 00ab60f commit 151c13e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

source/css/_partial/article.styl

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,7 @@ article pre code {
7878
border-radius: 0;
7979
font-size: 100%;
8080
font-family: Consolas;
81+
padding: 0;
8182
}
8283

8384
article pre code:after {
@@ -580,4 +581,4 @@ font.douyin {
580581
bottom: 0;
581582
width: 100%;
582583
z-index: -1;
583-
}
584+
}

0 commit comments

Comments
 (0)