Skip to content

Commit

Permalink
chore(docs): upgrade deps
Browse files Browse the repository at this point in the history
  • Loading branch information
elringus committed Nov 27, 2024
1 parent 779a805 commit e598b85
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -102,21 +102,21 @@ hero:
</div>

<style>
:root {
body {
--vp-home-hero-name-color: transparent;
--vp-home-hero-name-background: -webkit-linear-gradient(120deg, #ff5d00 30%, #ffdd3a);
--vp-home-hero-image-background-image: linear-gradient(140deg, #ff5d00 60%, #5f00bf 40%);
--vp-home-hero-image-filter: blur(60px) opacity(0.66);
}

@media (min-width: 640px) {
:root {
body {
--vp-home-hero-image-filter: blur(80px) opacity(0.66);
}
}

@media (min-width: 960px) {
:root {
body {
--vp-home-hero-image-filter: blur(120px) opacity(0.66);
}

Expand Down
8 changes: 4 additions & 4 deletions docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@
"docs:preview": "vitepress preview"
},
"devDependencies": {
"typescript": "^5.4.4",
"@types/node": "^20.12.4",
"vitepress": "^1.0.2",
"imgit": "^0.2.1"
"typescript": "5.7.2",
"@types/node": "22.10.0",
"vitepress": "1.5.0",
"imgit": "0.2.1"
}
}

0 comments on commit e598b85

Please sign in to comment.