13 lines
178 B
CSS
13 lines
178 B
CSS
@tailwind base;
|
|
@tailwind components;
|
|
@tailwind utilities;
|
|
|
|
:root {
|
|
--brand-primary: #0f766e;
|
|
--brand-secondary: #1d4ed8;
|
|
}
|
|
|
|
body {
|
|
@apply bg-base-200 text-base-content;
|
|
}
|