bootstrapped

This commit is contained in:
Milo Schwartz
2024-09-27 21:39:03 -04:00
parent b7c1716fa7
commit d2e35b4a1f
24 changed files with 15511 additions and 5203 deletions

View File

@@ -1,27 +1,3 @@
@tailwind base;
@tailwind components;
@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;
}
}