feat: support boot-ui

This commit is contained in:
ReaJason
2024-12-20 01:15:12 +08:00
parent da4a5b234d
commit 3b0aeaa294
81 changed files with 1556 additions and 929 deletions
+3
View File
@@ -29,6 +29,7 @@
--chart-5: 27 87% 67%;
--radius: 0.3rem;
}
.dark {
--background: 240 10% 3.9%;
--foreground: 0 0% 98%;
@@ -56,10 +57,12 @@
--chart-5: 340 75% 55%;
}
}
@layer base {
* {
@apply border-border;
}
body {
@apply bg-background text-foreground;
}