vibe coded v1

This commit is contained in:
khannurien
2026-03-16 07:34:49 +00:00
parent 6207a7549f
commit e88fed4e98
48 changed files with 4303 additions and 595 deletions

View File

@@ -40,13 +40,18 @@
body {
margin: 0;
display: grid;
place-items: center;
min-height: 100vh;
background-color: var(--color-bg);
color: var(--color-text);
}
#root {
min-height: 100vh;
width: 100%;
display: flex;
flex-direction: column;
}
a {
font-weight: 500;
color: var(--color-link);