This commit is contained in:
Andras Bacsai
2025-09-17 10:05:43 +02:00
parent f49559e030
commit ae9f62a75b
17 changed files with 9380 additions and 0 deletions

View File

@@ -0,0 +1,19 @@
@import "tailwindcss";
body {
color: #1a1a1a;
background: #ffffff;
}
@media (prefers-color-scheme: dark) {
body {
color: #ffffff;
background: #0a0a0a;
}
}
@layer utilities {
.text-balance {
text-wrap: balance;
}
}