From 9d06040c5d49a66561565f709f17fee50503b536 Mon Sep 17 00:00:00 2001 From: Alexis <35.alexis.pele@gmail.com> Date: Tue, 22 Apr 2025 22:30:14 +0200 Subject: [PATCH] Changed muted colour --- assets/theme.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/assets/theme.css b/assets/theme.css index a17cc0d..96b177e 100644 --- a/assets/theme.css +++ b/assets/theme.css @@ -39,7 +39,7 @@ --background: hsl(180 0 4.9%); --foreground: hsl(210 40% 98%); - --muted: hsl(244 47% 20%); + --muted: hsl(0, 0%, 12%); --muted-foreground: hsl(215 20.2% 65.1%); --popover: hsl(180 0 4.9%);