| @tailwind base; | |
| @tailwind components; | |
| @tailwind utilities; | |
| :root { | |
| --background: 5 5 5; | |
| --foreground: 229 229 229; | |
| } | |
| body { | |
| color: rgb(var(--foreground)); | |
| background: #050505; | |
| } | |
| @layer utilities { | |
| .text-balance { text-wrap: balance; } | |
| } |
| @tailwind base; | |
| @tailwind components; | |
| @tailwind utilities; | |
| :root { | |
| --background: 5 5 5; | |
| --foreground: 229 229 229; | |
| } | |
| body { | |
| color: rgb(var(--foreground)); | |
| background: #050505; | |
| } | |
| @layer utilities { | |
| .text-balance { text-wrap: balance; } | |
| } |