Spaces:
Sleeping
Sleeping
@tailwind base; | |
@tailwind components; | |
@tailwind utilities; | |
@layer base { | |
:root { | |
--background: 224 71.4% 4.1%; | |
--foreground: 210 20% 98%; | |
--card: 224 71.4% 4.1%; | |
--card-foreground: 210 20% 98%; | |
--popover: 224 71.4% 4.1%; | |
--popover-foreground: 210 20% 98%; | |
--primary: 263.4 70% 50.4%; | |
--primary-foreground: 210 20% 98%; | |
--secondary: 215 27.9% 16.9%; | |
--secondary-foreground: 210 20% 98%; | |
--muted: 215 27.9% 16.9%; | |
--muted-foreground: 217.9 10.6% 64.9%; | |
--accent: 215 27.9% 16.9%; | |
--accent-foreground: 210 20% 98%; | |
--destructive: 0 62.8% 30.6%; | |
--destructive-foreground: 210 20% 98%; | |
--border: 215 27.9% 16.9%; | |
--input: 215 27.9% 16.9%; | |
--ring: 263.4 70% 50.4%; | |
--radius: 0.5rem; | |
} | |
} | |
::-webkit-scrollbar { | |
/* Customize the scrollbar width */ | |
width: .5rem; | |
background-color: transparent; | |
} | |
::-webkit-scrollbar-track { | |
/* Customize the scrollbar track */ | |
} | |
::-webkit-scrollbar-thumb { | |
/* Customize the scrollbar thumb */ | |
background-color: #C0C0C0; | |
border-radius: .5rem; | |
} | |