Skip to content

Commit

Permalink
chore: upgrade vitepress
Browse files Browse the repository at this point in the history
  • Loading branch information
g1eny0ung committed Apr 19, 2024
1 parent 4d19ab5 commit 95835ec
Show file tree
Hide file tree
Showing 3 changed files with 613 additions and 339 deletions.
12 changes: 6 additions & 6 deletions docs/.vitepress/theme/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -16,18 +16,18 @@
--vp-c-brand-darker: #613eda;
}

.VPNavBar {
border-bottom-color: var(--vp-c-divider) !important;
}

.VPNavBar .curtain:before {
display: none !important;
.VPNav {
border-bottom: 1px solid var(--vp-c-divider);
}

.VPNavBarTitle .title {
border-bottom: none;
}

.VPNavBar.has-sidebar .divider {
display: none;
}

.VPSidebar:after {
content: '';

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@
"devDependencies": {
"@types/node": "^18.15.11",
"gray-matter": "^4.0.3",
"vitepress": "1.0.0-beta.1"
"vitepress": "1.1.3"
}
}
Loading

0 comments on commit 95835ec

Please sign in to comment.