feature: Set up basic layout and styles

This commit is contained in:
Keith Solomon
2025-05-24 12:22:24 -05:00
parent bd7e54d7c7
commit 89c725a282
7 changed files with 475 additions and 58 deletions

View File

@@ -1,12 +1,5 @@
@import 'tailwindcss';
@import './colors.css';
@import './typography.css';
@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;
}