This commit is contained in:
Julien Calixte
2025-07-13 17:18:54 +02:00
parent c07964844d
commit a0febe79a6
3 changed files with 5 additions and 5 deletions

View File

@@ -1,7 +1,7 @@
<script setup lang="ts">
const htmlElement = document.querySelector("html")
const lightMode = htmlElement?.dataset.theme
const darkMode = "abyss"
const darkMode = "business"
const isInitiallyDark = JSON.parse(localStorage.getItem("is-dark") ?? "false")