Skip to content

Commit

Permalink
bump deps + fix language styling
Browse files Browse the repository at this point in the history
  • Loading branch information
yyx990803 committed Nov 24, 2022
1 parent 4f7fa4d commit e443907
Show file tree
Hide file tree
Showing 3 changed files with 217 additions and 176 deletions.
13 changes: 13 additions & 0 deletions .vitepress/theme/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -111,3 +111,16 @@ p img {
.token.inserted {
color: #67cdcc;
}

button.copy {
display: none;
}

span.lang {
position: absolute;
right: 0.5em;
font-size: 0.75em;
color: #999;
font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas,
'Liberation Mono', 'Courier New', monospace;
}
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"gray-matter": "^4.0.2",
"tailwindcss": "^3.1.8",
"tsx": "^3.8.2",
"vitepress": "^1.0.0-alpha.10",
"vue": "^3.2.37"
"vitepress": "^1.0.0-alpha.29",
"vue": "^3.2.45"
}
}
Loading

0 comments on commit e443907

Please sign in to comment.