Add Tailwind config with Mission Control tokens and global styles

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
hsiegeln
2026-04-24 16:51:37 +02:00
parent 902d48a80a
commit ec320f7ae4
3 changed files with 86 additions and 0 deletions

7
src/pages/index.astro Normal file
View File

@@ -0,0 +1,7 @@
---
import '../styles/global.css';
---
<html lang="en">
<head><meta charset="utf-8" /><title>scaffold</title></head>
<body class="bg-bg text-text"><p class="text-accent font-mono">scaffold ok</p></body>
</html>