feature: Add Tailwind and configure

This commit is contained in:
Keith Solomon
2025-05-24 09:08:06 -05:00
parent 58610891f2
commit 969760ac5d
4 changed files with 1499 additions and 3 deletions

12
styles/base.css Normal file
View File

@@ -0,0 +1,12 @@
@import 'tailwindcss';
@plugin "@tailwindcss/typography";
body {
@apply container mx-auto px-4 py-8 text-base text-gray-200 bg-slate-900;
font: 14px "Lucida Grande", Helvetica, Arial, sans-serif;
}
a {
color: #00B7FF;
}