We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9a89e94 commit dd4598aCopy full SHA for dd4598a
src/.vuepress/theme/styles/code.styl
@@ -142,7 +142,7 @@ div.reactivecontent
142
143
// @import '~prismjs/themes/prism-tomorrow.css'
144
145
-.token.punctuation
+.token.punctuation
146
color #a8a9cc
147
148
.token.tag, .token.attr-name, .token.namespace, .token.deleted
@@ -169,4 +169,6 @@ div.reactivecontent
169
div[class*=language-].line-numbers-mode .line-numbers-wrapper, div[class*=language-].line-numbers-mode:after
170
background-color #f6f6f6
171
color #c4c4c6
172
- border-right 1px solid #e7e6e6
+ border-right 1px solid #e7e6e6
173
+ border-top-left-radius 6px
174
+ border-bottom-left-radius 6px
0 commit comments