From 633231f82161787d02c6b1ab6495491fc6ea964d Mon Sep 17 00:00:00 2001 From: Peaceultime Date: Mon, 4 Nov 2024 13:49:49 +0100 Subject: [PATCH] Change a few colors and setup the theme switch to test the light theme --- components/ThemeSwitch.client.vue | 16 ++++++++++++++++ components/base/Switch.vue | 7 +++++-- nuxt.config.ts | 8 ++++---- pages/index.vue | 5 ++++- 4 files changed, 29 insertions(+), 7 deletions(-) create mode 100644 components/ThemeSwitch.client.vue diff --git a/components/ThemeSwitch.client.vue b/components/ThemeSwitch.client.vue new file mode 100644 index 0000000..3a712e1 --- /dev/null +++ b/components/ThemeSwitch.client.vue @@ -0,0 +1,16 @@ + + + \ No newline at end of file diff --git a/components/base/Switch.vue b/components/base/Switch.vue index b9b4457..d7a529b 100644 --- a/components/base/Switch.vue +++ b/components/base/Switch.vue @@ -1,17 +1,20 @@