feat(ui): add more themes (cupcake, dracula, cyberpunk, emerald, sunset)
This commit is contained in:
@@ -2,11 +2,11 @@
|
||||
@config "./tailwind.config.js";
|
||||
|
||||
@plugin "daisyui" {
|
||||
themes: light, dark, dim, nord;
|
||||
themes:
|
||||
light, dark, dim, nord, cupcake, dracula, cyberpunk, emerald, sunset;
|
||||
}
|
||||
|
||||
@layer base {
|
||||
|
||||
html,
|
||||
body {
|
||||
@apply min-h-[100dvh] w-full overflow-hidden bg-base-100 text-base-content overscroll-y-none;
|
||||
@@ -28,4 +28,4 @@
|
||||
|
||||
:focus {
|
||||
outline: none !important;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user