Spaces:
Sleeping
Sleeping
| @import "tailwindcss"; | |
| :root { | |
| --background: #050505; | |
| --foreground: #fafafa; | |
| --muted: #a1a1aa; | |
| --panel: #0d0d0d; | |
| --line: #1f1f1f; | |
| } | |
| * { | |
| box-sizing: border-box; | |
| } | |
| html, | |
| body { | |
| margin: 0; | |
| min-height: 100%; | |
| background: var(--background); | |
| color: var(--foreground); | |
| } | |
| body { | |
| font-family: Arial, Helvetica, sans-serif; | |
| } | |
| a { | |
| color: inherit; | |
| text-decoration: none; | |
| } | |