Spaces:
Sleeping
Sleeping
| @tailwind base; | |
| @tailwind components; | |
| @tailwind utilities; | |
| @layer base { | |
| :root { | |
| --background: 0 0% 100%; | |
| --foreground: 0 0% 0%; | |
| --card: 0 0% 100%; | |
| --card-foreground: 0 0% 0%; | |
| --popover: 0 0% 100%; | |
| --popover-foreground: 0 0% 0%; | |
| --primary: 0 0% 0%; | |
| --primary-foreground: 0 0% 100%; | |
| --secondary: 0 0% 96%; | |
| --secondary-foreground: 0 0% 0%; | |
| --muted: 0 0% 96%; | |
| --muted-foreground: 0 0% 40%; | |
| --accent: 0 0% 96%; | |
| --accent-foreground: 0 0% 0%; | |
| --destructive: 0 84.2% 60.2%; | |
| --destructive-foreground: 0 0% 100%; | |
| --border: 0 0% 90%; | |
| --input: 0 0% 90%; | |
| --ring: 0 0% 0%; | |
| --radius: 0.5rem; | |
| } | |
| } | |
| @layer base { | |
| * { | |
| @apply border-border; | |
| } | |
| body { | |
| @apply bg-background text-foreground; | |
| } | |
| } | |