7 lines
93 B
CSS
7 lines
93 B
CSS
@import "tailwindcss";
|
|
|
|
@theme {
|
|
--color-primary: #fcef91;
|
|
--color-secondary: #fb9e3a;
|
|
}
|