base styling

This commit is contained in:
Benjamin Palko 2024-12-17 17:14:43 -05:00
parent a8b3d2992f
commit 2ac517c32a
2 changed files with 2 additions and 2 deletions

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>