diff --git a/src/app/globals.css b/src/app/globals.css index 1f45c80..c36c01c 100644 --- a/src/app/globals.css +++ b/src/app/globals.css @@ -2,54 +2,104 @@ @tailwind components; @tailwind utilities; +/**/ +/* @layer base { */ +/* :root { */ +/* --background: 43 62% 98%; */ +/* --foreground: 43 73% 2%; */ +/* --muted: 43 24% 85%; */ +/* --muted-foreground: 43 10% 37%; */ +/* --popover: 43 62% 98%; */ +/* --popover-foreground: 43 73% 2%; */ +/* --card: 43 62% 98%; */ +/* --card-foreground: 43 73% 2%; */ +/* --border: 43 15% 91%; */ +/* --input: 43 15% 91%; */ +/* --primary: 43 50% 69%; */ +/* --primary-foreground: 43 50% 9%; */ +/* --secondary: 43 6% 92%; */ +/* --secondary-foreground: 43 6% 32%; */ +/* --accent: 43 13% 83%; */ +/* --accent-foreground: 43 13% 23%; */ +/* --destructive: 8 84% 20%; */ +/* --destructive-foreground: 8 84% 80%; */ +/* --ring: 43 50% 69%; */ +/* --radius: 0.5rem; */ +/* } */ +/**/ +/* .dark { */ +/* --background: 43 48% 4%; */ +/* --foreground: 43 26% 97%; */ +/* --muted: 43 24% 15%; */ +/* --muted-foreground: 43 10% 63%; */ +/* --popover: 43 48% 4%; */ +/* --popover-foreground: 43 26% 97%; */ +/* --card: 43 48% 4%; */ +/* --card-foreground: 43 26% 97%; */ +/* --border: 43 15% 13%; */ +/* --input: 43 15% 13%; */ +/* --primary: 43 50% 69%; */ +/* --primary-foreground: 43 50% 9%; */ +/* --secondary: 43 8% 18%; */ +/* --secondary-foreground: 43 8% 78%; */ +/* --accent: 43 14% 23%; */ +/* --accent-foreground: 43 14% 83%; */ +/* --destructive: 8 84% 52%; */ +/* --destructive-foreground: 0 0% 100%; */ +/* --ring: 43 50% 69%; */ +/* } */ +/* } */ + @layer base { :root { - --background: 43 62% 98%; - --foreground: 43 73% 2%; - --muted: 43 24% 85%; - --muted-foreground: 43 10% 37%; - --popover: 43 62% 98%; - --popover-foreground: 43 73% 2%; - --card: 43 62% 98%; - --card-foreground: 43 73% 2%; - --border: 43 15% 91%; - --input: 43 15% 91%; - --primary: 43 50% 69%; - --primary-foreground: 43 50% 9%; - --secondary: 43 6% 92%; - --secondary-foreground: 43 6% 32%; - --accent: 43 13% 83%; - --accent-foreground: 43 13% 23%; - --destructive: 8 84% 20%; - --destructive-foreground: 8 84% 80%; - --ring: 43 50% 69%; + --background: 220 0% 96%; + --foreground: 222.2 84% 4.9%; + --muted: 210 40% 96.1%; + --muted-foreground: 215.4 16.3% 46.9%; + --popover: 0 0% 100%; + --popover-foreground: 222.2 84% 4.9%; + --card: 0 0% 100%; + --card-foreground: 222.2 84% 4.9%; + --border: 214.3 31.8% 91.4%; + --input: 214.3 31.8% 91.4%; + --primary: 144.91 90% 32%; + --primary-foreground: 75 10% 97.84%; + --secondary: 240 0% 100%; + --secondary-foreground: 150 95% 30%; + --accent: 150 55% 95%; + --accent-foreground: 155 100% 20%; + --destructive: 0 84.2% 60.2%; + --destructive-foreground: 210 0% 100%; + --ring: 150 100% 40%; --radius: 0.5rem; } .dark { - --background: 43 48% 4%; - --foreground: 43 26% 97%; - --muted: 43 24% 15%; - --muted-foreground: 43 10% 63%; - --popover: 43 48% 4%; - --popover-foreground: 43 26% 97%; - --card: 43 48% 4%; - --card-foreground: 43 26% 97%; - --border: 43 15% 13%; - --input: 43 15% 13%; - --primary: 43 50% 69%; - --primary-foreground: 43 50% 9%; - --secondary: 43 8% 18%; - --secondary-foreground: 43 8% 78%; - --accent: 43 14% 23%; - --accent-foreground: 43 14% 83%; - --destructive: 8 84% 52%; - --destructive-foreground: 0 0% 100%; - --ring: 43 50% 69%; + --background: 222.2 40% 4%; + --foreground: 210 40% 98%; + --muted: 217.2 32.6% 17.5%; + --muted-foreground: 215 20.2% 65.1%; + --popover: 230 25% 10%; + --popover-foreground: 210 40% 98%; + --card: 222.2 20% 6%; + --card-foreground: 210 40% 98%; + --border: 217.2 20% 10%; + --input: 217.2 32.6% 17.5%; + --primary: 155 70% 35%; + --primary-foreground: 80 10% 97.84%; + --secondary: 200 50% 98%; + --secondary-foreground: 155 85% 30%; + --accent: 170 60% 10%; + --accent-foreground: 155 60% 65%; + --destructive: 5 90% 65%; + --destructive-foreground: 0 100% 10%; + --ring: 160 90% 45%; } } + + /**/ /* @layer base { */ /* :root { */ diff --git a/src/app/layout.tsx b/src/app/layout.tsx index c81af10..8fde0c7 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -36,7 +36,7 @@ export default function RootLayout({