Daisy UI #14

Merged
BenjaminPalko merged 28 commits from daisy-ui into master 2024-12-19 21:20:21 -05:00
2 changed files with 2 additions and 2 deletions
Showing only changes of commit 2ac517c32a - Show all commits

View file

@ -3,7 +3,7 @@
@import 'tailwindcss/utilities';
:root {
@apply text-slate-800;
@apply text-base-content;
}
h1 {

View file

@ -9,6 +9,6 @@
<style>
.layout {
@apply h-screen w-screen animate-fade bg-slate-100;
@apply h-screen w-screen animate-fade bg-base-100;
}
</style>