js content + styles fix
This commit is contained in:
parent
4c7f31c080
commit
d33d4dec4e
11 changed files with 64 additions and 19074 deletions
|
@ -1,13 +0,0 @@
|
|||
{
|
||||
"hash": "31f2755a",
|
||||
"browserHash": "6ca55b73",
|
||||
"optimized": {
|
||||
"vue": {
|
||||
"src": "../../../../node_modules/.pnpm/vue@3.2.47/node_modules/vue/dist/vue.runtime.esm-bundler.js",
|
||||
"file": "vue.js",
|
||||
"fileHash": "e08d3cb6",
|
||||
"needsInterop": false
|
||||
}
|
||||
},
|
||||
"chunks": {}
|
||||
}
|
|
@ -1 +0,0 @@
|
|||
{"type":"module"}
|
9516
docs/.vitepress/cache/deps_temp_721df3a9/vue.js
vendored
9516
docs/.vitepress/cache/deps_temp_721df3a9/vue.js
vendored
File diff suppressed because it is too large
Load diff
File diff suppressed because one or more lines are too long
|
@ -1,13 +0,0 @@
|
|||
{
|
||||
"hash": "c786ef8f",
|
||||
"browserHash": "7338c107",
|
||||
"optimized": {
|
||||
"vue": {
|
||||
"src": "../../../../node_modules/.pnpm/vue@3.2.47/node_modules/vue/dist/vue.runtime.esm-bundler.js",
|
||||
"file": "vue.js",
|
||||
"fileHash": "bf22e1be",
|
||||
"needsInterop": false
|
||||
}
|
||||
},
|
||||
"chunks": {}
|
||||
}
|
|
@ -1 +0,0 @@
|
|||
{"type":"module"}
|
9516
docs/.vitepress/cache/deps_temp_96092671/vue.js
vendored
9516
docs/.vitepress/cache/deps_temp_96092671/vue.js
vendored
File diff suppressed because it is too large
Load diff
File diff suppressed because one or more lines are too long
|
@ -4,8 +4,16 @@
|
|||
--color-primary-dark: hsl(11, 100%, 75%);
|
||||
/* custom theme */
|
||||
--vp-c-brand: var(--color-primary-light);
|
||||
|
||||
--vp-button-brand-text: var(--vp-c-bg);
|
||||
--vp-button-brand-hover-text: var(--color-primary-light);
|
||||
--vp-button-brand-active-text: var(--color-primary-light);
|
||||
--vp-button-brand-border: var(--color-primary-light);
|
||||
--vp-button-brand-hover-bg: var(--vp-c-bg);
|
||||
--vp-button-brand-active-bg: var(--vp-c-bg);
|
||||
--vp-button-brand-hover-border: var(--color-primary-light);
|
||||
--vp-button-brand-active-border: var(--color-primary-light);
|
||||
|
||||
--vp-custom-block-tip-bg: var(--vp-c-bg);
|
||||
--vp-custom-block-danger-bg: var(--vp-c-bg);
|
||||
--vp-custom-block-info-bg: var(--vp-c-bg);
|
||||
|
@ -18,7 +26,12 @@
|
|||
}
|
||||
.dark {
|
||||
--vp-c-brand: var(--color-primary-dark);
|
||||
--vp-button-brand-hover-text: var(--vp-c-dark);
|
||||
--vp-button-brand-active-text: var(--vp-c-dark);
|
||||
--vp-button-brand-border: var(--color-primary-dark);
|
||||
--vp-button-brand-hover-border: var(--color-primary-dark);
|
||||
--vp-button-brand-active-border: var(--color-primary-dark);
|
||||
|
||||
--vp-custom-block-tip-bg: var(--vp-c-bg);
|
||||
--vp-custom-block-danger-bg: var(--vp-c-bg);
|
||||
--vp-custom-block-info-bg: var(--vp-c-bg);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue