js content + styles fix

This commit is contained in:
Nico 2023-04-02 11:21:50 +02:00
parent 4c7f31c080
commit d33d4dec4e
11 changed files with 64 additions and 19074 deletions

View file

@ -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": {}
}

View file

@ -1 +0,0 @@
{"type":"module"}

File diff suppressed because it is too large Load diff

File diff suppressed because one or more lines are too long

View file

@ -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": {}
}

View file

@ -1 +0,0 @@
{"type":"module"}

File diff suppressed because it is too large Load diff

File diff suppressed because one or more lines are too long

View file

@ -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);