17 lines
225 B
CSS
17 lines
225 B
CSS
@import "tailwindcss";
|
|
@plugin "daisyui";
|
|
|
|
#root {
|
|
max-width: 1280px;
|
|
margin: 0 auto;
|
|
padding: 2rem;
|
|
color: oklch(var(--bc));
|
|
|
|
}
|
|
|
|
|
|
body {
|
|
color: oklch(var(--bc));
|
|
background-color: oklch(var(--b1));
|
|
}
|