39420-vm/src/index.css
gpt-engineer-app[bot] d74c5a27a9 Added Supabase integration setup
Co-authored-by: felix-fx-top <253056634+felix-fx-top@users.noreply.github.com>
2026-03-29 15:30:13 +00:00

57 lines
1.1 KiB
CSS

@tailwind base;
@tailwind components;
@tailwind utilities;
@layer base {
:root {
--background: 240 30% 11%;
--foreground: 210 40% 96%;
--card: 240 25% 14%;
--card-foreground: 210 40% 96%;
--popover: 240 25% 14%;
--popover-foreground: 210 40% 96%;
--primary: 122 39% 49%;
--primary-foreground: 240 30% 6%;
--secondary: 240 20% 20%;
--secondary-foreground: 210 40% 96%;
--muted: 240 15% 18%;
--muted-foreground: 215 15% 55%;
--accent: 122 39% 49%;
--accent-foreground: 240 30% 6%;
--destructive: 0 84% 60%;
--destructive-foreground: 210 40% 98%;
--border: 240 15% 22%;
--input: 240 15% 22%;
--ring: 122 39% 49%;
--radius: 0.75rem;
--sidebar-background: 240 25% 10%;
--sidebar-foreground: 210 40% 96%;
--sidebar-primary: 122 39% 49%;
--sidebar-primary-foreground: 240 30% 6%;
--sidebar-accent: 240 15% 18%;
--sidebar-accent-foreground: 210 40% 96%;
--sidebar-border: 240 15% 22%;
--sidebar-ring: 122 39% 49%;
}
}
@layer base {
* {
@apply border-border;
}
body {
@apply bg-background text-foreground font-cairo;
}
}