mirror of
https://github.com/muerwre/muerwre.github.io.git
synced 2025-04-24 18:36:41 +07:00
set deark theme as default
This commit is contained in:
parent
949164f6a2
commit
53b3abfc19
2 changed files with 1 additions and 4 deletions
|
@ -149,7 +149,7 @@ blockquote {
|
||||||
--size-desktop: $size-desktop;
|
--size-desktop: $size-desktop;
|
||||||
}
|
}
|
||||||
|
|
||||||
:root.dark {
|
:root {
|
||||||
// palette
|
// palette
|
||||||
--color-primary: #e84a72;
|
--color-primary: #e84a72;
|
||||||
--color-background: #16161c;
|
--color-background: #16161c;
|
||||||
|
|
|
@ -8,9 +8,6 @@ export default defineNuxtConfig({
|
||||||
typeCheck: true,
|
typeCheck: true,
|
||||||
},
|
},
|
||||||
content: {
|
content: {
|
||||||
navigation: {
|
|
||||||
fields: ["blblblb"],
|
|
||||||
},
|
|
||||||
highlight: {
|
highlight: {
|
||||||
theme: {
|
theme: {
|
||||||
default: "github-dark",
|
default: "github-dark",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue