design: to abyss
This commit is contained in:
@@ -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")
|
||||
|
||||
|
||||
@@ -24,7 +24,7 @@
|
||||
@plugin 'daisyui' {
|
||||
themes:
|
||||
silk --default,
|
||||
coffee --prefersdark;
|
||||
abyss --prefersdark;
|
||||
}
|
||||
|
||||
@config '../../tailwind.config.js';
|
||||
|
||||
Reference in New Issue
Block a user