Skip to content

Commit 684d5ae

Browse files
egoistyyx990803
authored andcommitted
tweak: fix padding for highlighted line (#149)
1 parent 43f1cef commit 684d5ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/default-theme/styles/code.styl

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
background-color rgba(0, 0, 0, 66%)
3636
display block
3737
margin 0.1rem -1.5rem 0
38-
padding 0.1rem 1.8rem
38+
padding 0.1rem 1.5rem
3939

4040
pre[class="language-js"], pre[class="language-javascript"]
4141
&:before

0 commit comments

Comments
 (0)