mirror of
https://github.com/Crosstalk-Solutions/project-nomad.git
synced 2026-03-28 11:39:26 +01:00
14 lines
261 B
CSS
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);
|
|
}
|