chore: initialize project workspace and install frontend dependencies

This commit is contained in:
2026-07-17 01:11:49 +01:00
commit bfa3a5c54a
29 changed files with 2845 additions and 0 deletions
+16
View File
@@ -0,0 +1,16 @@
@import "tailwindcss";
@theme {
--color-bg: #0d1117;
--color-surface: #161b22;
--color-accent: #1ebe8a;
--color-heading: #e6edf3;
--color-body: #8b949e;
--color-border-subtle: #30363d;
}
body {
margin: 0;
background-color: var(--color-bg);
color: var(--color-body);
}