Skip to content

fix irregular radius on code samples #1256

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Sep 25, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 4 additions & 2 deletions src/.vuepress/theme/styles/code.styl
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ div.reactivecontent

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

.token.punctuation
.token.punctuation
color #a8a9cc

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