diff --git a/index.html b/index.html index 2185441..a36bdeb 100644 --- a/index.html +++ b/index.html @@ -1,5 +1,5 @@ - +
diff --git a/src/components/ThemeSwap.vue b/src/components/ThemeSwap.vue index 505ef24..b197e14 100644 --- a/src/components/ThemeSwap.vue +++ b/src/components/ThemeSwap.vue @@ -6,7 +6,7 @@ const toggle = (isChecked: boolean) => { localStorage.setItem('is-dark', isChecked ? 'true' : 'false') } -const darkMode = 'forest' +const darkMode = 'coffee' diff --git a/src/styles/app.css b/src/styles/app.css index 9f20877..9b78e11 100644 --- a/src/styles/app.css +++ b/src/styles/app.css @@ -18,8 +18,8 @@ @plugin 'daisyui' { themes: - garden --default, - forest --prefersdark; + retro --default, + coffee --prefersdark; } @config '../../tailwind.config.js';