feat: bootstrap walking skeleton

This commit is contained in:
ginnoir
2026-06-11 17:06:52 -05:00
commit ec8f857845
44 changed files with 6677 additions and 0 deletions
+12
View File
@@ -0,0 +1,12 @@
@import "tailwindcss";
:root {
color-scheme: dark;
}
html,
body {
margin: 0;
min-height: 100dvh;
background-color: #020617; /* slate-950 */
}