chore(css):use daisyui themes and remove some code?

This commit is contained in:
Tianpao
2025-11-23 12:47:36 +08:00
parent 3782c850e2
commit 2451648608
2 changed files with 3 additions and 4 deletions

View File

@@ -1,5 +1,7 @@
@import "tailwindcss";
@plugin "daisyui";
@plugin "daisyui" {
themes: cmyk --default,business --prefersdark;
}
/* color palette from <https://github.com/vuejs/theme> */
:root {

View File

@@ -20,9 +20,6 @@ a,
}
@media (min-width: 1024px) {
body {
}
#app {
padding: 0 2rem;
}