make a first page

This commit is contained in:
2025-02-17 15:32:46 +07:00
parent fcb655895a
commit 3e972dc59d
8 changed files with 2932 additions and 133 deletions

View File

@@ -3,25 +3,5 @@
@tailwind utilities;
:root {
--background: #ffffff;
--foreground: #171717;
}
@media (prefers-color-scheme: dark) {
:root {
--background: #0a0a0a;
--foreground: #ededed;
}
}
body {
color: var(--foreground);
background: var(--background);
font-family: Arial, Helvetica, sans-serif;
}
@layer utilities {
.text-balance {
text-wrap: balance;
}
}
--background: #0F0A1F;
}