Files
palina-theme/assets/css/tailwind.css

21 lines
411 B
CSS
Raw Normal View History

2026-02-17 17:53:00 +01:00
@import "tailwindcss";
@theme {
--color-gray-900: #1a1a1a;
--color-gray-800: #2b2b2b;
--color-gray-700: #3c3c3c;
--color-gray-500: #808080;
--color-gray-400: #a0a0a0;
--color-gray-200: #e0e0e0;
--color-gray-100: #f5f5f5;
--color-indigo-600: #4f46e5;
--color-indigo-700: #4338ca;
--font-family-sans: "Inter", sans-serif;
}
@layer base {
body {
@apply bg-gray-900 text-gray-100;
}
}