Skip to content

Commit 9430a63

Browse files
mychidarkonaokie
authored andcommitted
fix irregular radius on code samples (#1256)
1 parent 335c9c6 commit 9430a63

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

src/.vuepress/theme/styles/code.styl

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ div.reactivecontent
142142

143143
// @import '~prismjs/themes/prism-tomorrow.css'
144144

145-
.token.punctuation
145+
.token.punctuation
146146
color #a8a9cc
147147

148148
.token.tag, .token.attr-name, .token.namespace, .token.deleted
@@ -169,4 +169,6 @@ div.reactivecontent
169169
div[class*=language-].line-numbers-mode .line-numbers-wrapper, div[class*=language-].line-numbers-mode:after
170170
background-color #f6f6f6
171171
color #c4c4c6
172-
border-right 1px solid #e7e6e6
172+
border-right 1px solid #e7e6e6
173+
border-top-left-radius 6px
174+
border-bottom-left-radius 6px

0 commit comments

Comments
 (0)