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'