diff --git a/app/globals.css b/app/globals.css index 67dfe39..c407292 100644 --- a/app/globals.css +++ b/app/globals.css @@ -71,10 +71,10 @@ @utility container { margin-inline: auto; padding-inline: 2rem; - @media (width >= --theme(--breakpoint-sm)) { + @media (min-width: theme('screens.sm')) { max-width: none; } - @media (width >= 1400px) { + @media (min-width: 1400px) { max-width: 1400px; } } @@ -99,7 +99,7 @@ @layer base { :root { - --background: 0 0% 100%; + --background: 30 20% 98%; --foreground: 222.2 84% 4.9%; --muted: 210 40% 96.1%; @@ -120,7 +120,7 @@ --secondary: 210 40% 96.1%; --secondary-foreground: 222.2 47.4% 11.2%; - --accent: 210 40% 96.1%; + --accent: 210 60% 95%; --accent-foreground: 222.2 47.4% 11.2%; --destructive: 0 84.2% 60.2%; @@ -130,20 +130,13 @@ --radius: 0.5rem; - --sidebar-background: 0 0% 98%; - + --sidebar-background: 215 25% 97%; --sidebar-foreground: 240 5.3% 26.1%; - --sidebar-primary: 240 5.9% 10%; - --sidebar-primary-foreground: 0 0% 98%; - - --sidebar-accent: 240 4.8% 95.9%; - + --sidebar-accent: 215 10% 92%; --sidebar-accent-foreground: 240 5.9% 10%; - - --sidebar-border: 220 13% 91%; - + --sidebar-border: 220 13% 88%; --sidebar-ring: 217.2 91.2% 59.8%; } diff --git a/app/page.tsx b/app/page.tsx index 7d71df5..d4d6745 100644 --- a/app/page.tsx +++ b/app/page.tsx @@ -42,13 +42,13 @@ export default function Home() { ] return ( -