set deark theme as default

This commit is contained in:
Fedor Katurov 2022-11-07 15:13:41 +06:00
parent 949164f6a2
commit 53b3abfc19
2 changed files with 1 additions and 4 deletions

View file

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

View file

@ -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",