feat: add design system
Some checks failed
Deploy to VPS (dist) / deploy (push) Failing after 46s

This commit is contained in:
Hewston Fox
2026-03-12 00:42:41 +02:00
parent fcb8dab8a0
commit 55bf63e215
93 changed files with 1647 additions and 86 deletions

22
src/styles/index.css Normal file
View File

@@ -0,0 +1,22 @@
@import "tailwindcss";
@import "./fonts/BalsamiqSans.css";
@theme {
}
html,
body {
@apply w-dvw h-dvh bg-top-left bg-green-300;
font-family: "BalsamiqSans", sans-serif;
}
#root {
@apply w-full h-full max-w-150 m-auto overflow-hidden relative;
}
button {
&:focus-visible {
outline: none;
}
}