update package
This commit is contained in:
parent
1f75c24bb6
commit
3f33c587e0
|
@ -3,7 +3,7 @@
|
|||
"build": "vuepress-vite build src",
|
||||
"dev": "vuepress-vite dev src"
|
||||
},
|
||||
"devDependencies": {
|
||||
"dependencies": {
|
||||
"@vuepress/cli": "2.0.0-beta.67",
|
||||
"@vuepress/client": "2.0.0-beta.67",
|
||||
"@vuepress/plugin-docsearch": "2.0.0-beta.67",
|
||||
|
@ -11,8 +11,6 @@
|
|||
"sass-loader": "13.3.2",
|
||||
"vue": "3.3.4",
|
||||
"vuepress-theme-hope": "2.0.0-beta.237",
|
||||
"vuepress-plugin-sass-palette":"2.0.0-beta.237",
|
||||
"vuepress-plugin-md-enhance": "2.0.0-beta.237",
|
||||
"vuepress-vite": "2.0.0-beta.67"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -3,4 +3,4 @@
|
|||
.vp-hero-info-wrapper {
|
||||
min-height: 940px;
|
||||
}
|
||||
}
|
||||
}
|
|
@ -1,5 +1,5 @@
|
|||
// you can change colors here
|
||||
$theme-color: #096dd9;
|
||||
|
||||
$font-family: '"Red Hat Text", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Fira Sans", "Droid Sans", "Helvetica Neue", STHeiti, "Microsoft YaHei", SimSun, sans-serif' !default;
|
||||
$font-family-heading: '"Cinzel Decorative", "Red Hat Display", Georgia Pro, Crimson, Georgia, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Fira Sans", "Droid Sans", "Helvetica Neue", STHeiti, "Microsoft YaHei", SimSun, sans-serif' !default;
|
||||
$font-family: '"Red Hat Text", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Fira Sans", "Droid Sans", "Helvetica Neue", STHeiti, "Microsoft YaHei", SimSun, sans-serif';
|
||||
$font-family-heading: '"Cinzel Decorative", "Red Hat Display", Georgia Pro, Crimson, Georgia, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Fira Sans", "Droid Sans", "Helvetica Neue", STHeiti, "Microsoft YaHei", SimSun, sans-serif';
|
||||
|
|
Loading…
Reference in New Issue