## Notes Hannah's website uses a combination of [Dark Mode - NuxtUI](https://ui.nuxt.com/getting-started/theming#dark-mode) and [Dark Mode - TailwindCSS](https://v3.tailwindcss.com/docs/dark-mode). Setting `preference: 'light'` in [[Nuxt.js|Nuxt]] config didn't change anything while the application was still running, but I had to go to Dev Tools -> Storage -> Local Storage -> http://localhost:3000 and delete the `nuxt-color-mode` key-value pair.