design: to abyss

This commit is contained in:
Julien Calixte
2025-06-29 11:57:04 +02:00
parent 8ec32552a5
commit 7177fe458c
2 changed files with 2 additions and 2 deletions

View File

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

View File

@@ -24,7 +24,7 @@
@plugin 'daisyui' {
themes:
silk --default,
coffee --prefersdark;
abyss --prefersdark;
}
@config '../../tailwind.config.js';