7 lines
122 B
CSS
7 lines
122 B
CSS
@import "tailwindcss";
|
|
|
|
@theme {
|
|
--color-blue-800: #1e40af;
|
|
--color-blue-900: #1e3a8a;
|
|
--color-gold-400: #fbbf24;
|
|
}
|