Spaces:
Sleeping
Sleeping
| @tailwind base; | |
| @tailwind components; | |
| @tailwind utilities; | |
| @layer base { | |
| :root { | |
| --background: 0 0% 100%; | |
| --foreground: 222 47% 11%; | |
| --card: 0 0% 100%; | |
| --card-foreground: 222 47% 11%; | |
| --primary: 222 47% 11%; | |
| --primary-foreground: 210 40% 98%; | |
| --muted: 210 40% 96%; | |
| --muted-foreground: 215 16% 47%; | |
| --accent: 210 40% 96%; | |
| --accent-foreground: 222 47% 11%; | |
| --destructive: 0 84% 60%; | |
| --destructive-foreground: 210 40% 98%; | |
| --border: 214 32% 91%; | |
| --input: 214 32% 91%; | |
| --ring: 222 84% 4%; | |
| --radius: 0.6rem; | |
| } | |
| .dark { | |
| --background: 222 47% 6%; | |
| --foreground: 210 40% 98%; | |
| --card: 222 47% 8%; | |
| --card-foreground: 210 40% 98%; | |
| --primary: 210 40% 98%; | |
| --primary-foreground: 222 47% 11%; | |
| --muted: 217 33% 17%; | |
| --muted-foreground: 215 20% 65%; | |
| --accent: 217 33% 17%; | |
| --accent-foreground: 210 40% 98%; | |
| --destructive: 0 63% 31%; | |
| --destructive-foreground: 210 40% 98%; | |
| --border: 217 33% 17%; | |
| --input: 217 33% 17%; | |
| --ring: 212 27% 84%; | |
| } | |
| } | |
| @layer base { | |
| * { @apply border-border; } | |
| body { @apply bg-background text-foreground; } | |
| } | |