diff --git a/resources/css/app.css b/resources/css/app.css index 6f9d1f5..783e69c 100644 --- a/resources/css/app.css +++ b/resources/css/app.css @@ -127,25 +127,25 @@ } .dark { - --background: hsl(0 0% 3.9%); - --foreground: hsl(0 0% 98%); - --card: hsl(0 0% 3.9%); - --card-foreground: hsl(0 0% 98%); + --background: hsl(0 0% 5%); + --foreground: hsl(0 0% 95%); + --card: hsl(0 0% 10%); + --card-foreground: hsl(0 0% 95%); --popover: hsl(0 0% 3.9%); --popover-foreground: hsl(0 0% 98%); - --primary: hsl(0 0% 98%); - --primary-foreground: hsl(0 0% 9%); - --secondary: hsl(0 0% 14.9%); - --secondary-foreground: hsl(0 0% 98%); - --muted: hsl(0 0% 16.08%); - --muted-foreground: hsl(0 0% 63.9%); - --accent: hsl(0 0% 14.9%); - --accent-foreground: hsl(0 0% 98%); - --destructive: hsl(0 84% 60%); - --destructive-foreground: hsl(0 0% 98%); - --border: hsl(0 0% 14.9%); - --input: hsl(0 0% 14.9%); - --ring: hsl(0 0% 83.1%); + --primary: hsl(0 70% 50%); + --primary-foreground: hsl(0 0% 100%); + --secondary: hsl(0 0% 20%); + --secondary-foreground: hsl(0 0% 95%); + --muted: hsl(0 0% 15%); + --muted-foreground: hsl(0 0% 60%); + --accent: hsl(0 70% 50%); + --accent-foreground: hsl(0 0% 100%); + --destructive: hsl(0 90% 60%); + --destructive-foreground: hsl(0 0% 100%); + --border: hsl(0 0% 25%); + --input: hsl(0 0% 10%); + --ring: hsl(0 70% 50%); --chart-1: hsl(220 70% 50%); --chart-2: hsl(160 60% 45%); --chart-3: hsl(30 80% 55%);