From e0694caacf7b387124a40db5a8eee7c078a58f26 Mon Sep 17 00:00:00 2001 From: Adam Antal Date: Wed, 18 Dec 2024 10:22:33 +0100 Subject: [PATCH] Update border color in globals.css to be good looking in dark mode --- styles/globals.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/styles/globals.css b/styles/globals.css index b8f3ba8..cd075d6 100644 --- a/styles/globals.css +++ b/styles/globals.css @@ -413,7 +413,7 @@ body { --accent-foreground: hsla(0, 0%, 98%, 1); --destructive: hsla(0, 84.2%, 60.2%, 1); --destructive-foreground: hsla(0, 0%, 98%, 1); - --border: hsla(0, 0%, 14.9%, 1); + --border: hsla(0, 0%, 40%, 1); --input: hsla(0, 0%, 14.9%, 1); --ring: hsla(0, 0%, 83.1%, 1); --chart-1: hsla(220, 70%, 50%, 1);