design: to abyss
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
<script setup lang="ts">
|
<script setup lang="ts">
|
||||||
const htmlElement = document.querySelector("html")
|
const htmlElement = document.querySelector("html")
|
||||||
const lightMode = htmlElement?.dataset.theme
|
const lightMode = htmlElement?.dataset.theme
|
||||||
const darkMode = "coffee"
|
const darkMode = "abyss"
|
||||||
|
|
||||||
const isInitiallyDark = JSON.parse(localStorage.getItem("is-dark") ?? "false")
|
const isInitiallyDark = JSON.parse(localStorage.getItem("is-dark") ?? "false")
|
||||||
|
|
||||||
|
|||||||
@@ -24,7 +24,7 @@
|
|||||||
@plugin 'daisyui' {
|
@plugin 'daisyui' {
|
||||||
themes:
|
themes:
|
||||||
silk --default,
|
silk --default,
|
||||||
coffee --prefersdark;
|
abyss --prefersdark;
|
||||||
}
|
}
|
||||||
|
|
||||||
@config '../../tailwind.config.js';
|
@config '../../tailwind.config.js';
|
||||||
|
|||||||
Reference in New Issue
Block a user