Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- @tailwind base;
- @tailwind components;
- @tailwind utilities;
- @layer base {
- :root {
- --background: 248 58% 99%;
- --foreground: 248 56% 3%;
- --muted: 248 40% 85%;
- --muted-foreground: 248 12% 25%;
- --popover: 248 58% 99%;
- --popover-foreground: 248 56% 3%;
- --card: 248 58% 99%;
- --card-foreground: 248 56% 3%;
- --border: 248 5% 91%;
- --input: 248 5% 91%;
- --primary: 248 65% 52%;
- --primary-foreground: 0 0% 100%;
- --secondary: 248 11% 89%;
- --secondary-foreground: 248 11% 29%;
- --accent: 248 20% 84%;
- --accent-foreground: 248 20% 24%;
- --destructive: 13 88% 40%;
- --destructive-foreground: 0 0% 100%;
- --ring: 248 65% 52%;
- --radius: 0.5rem;
- }
- .dark {
- --background: 248 53% 1%;
- --foreground: 248 24% 99%;
- --muted: 248 40% 15%;
- --muted-foreground: 248 12% 75%;
- --popover: 248 53% 1%;
- --popover-foreground: 248 24% 99%;
- --card: 248 53% 1%;
- --card-foreground: 248 24% 99%;
- --border: 248 5% 11%;
- --input: 248 5% 11%;
- --primary: 248 65% 52%;
- --primary-foreground: 0 0% 100%;
- --secondary: 248 16% 14%;
- --secondary-foreground: 248 16% 74%;
- --accent: 248 25% 21%;
- --accent-foreground: 248 25% 81%;
- --destructive: 13 88% 54%;
- --destructive-foreground: 0 0% 100%;
- --ring: 248 65% 52%;
- }
- }
- @layer base {
- * {
- @apply border-border;
- }
- body {
- @apply bg-background text-foreground;
- }
- }
Advertisement
Add Comment
Please, Sign In to add comment