project-nomad/admin/inertia/css/app.css
2025-06-29 15:51:08 -07:00

14 lines
261 B
CSS

@import 'tailwindcss';
@theme {
--color-desert-white: #f6f6f4;
--color-desert-green-light: #babaaa;
--color-desert-green: #424420;
--color-desert-orange: #a84a12;
--color-desert-sand: #f7eedc
}
body {
background-color: var(--color-desert-sand);
}