From 9cdb78b9b81b772cf28518333f4cef5919ac785a Mon Sep 17 00:00:00 2001 From: poyrazavsever Date: Mon, 31 Aug 2026 12:28:42 +0300 Subject: [PATCH] fix(projects): improve empty contribution contrast --- components/github-contribution-graph.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/github-contribution-graph.tsx b/components/github-contribution-graph.tsx index a9807f2..92aa888 100644 --- a/components/github-contribution-graph.tsx +++ b/components/github-contribution-graph.tsx @@ -12,7 +12,7 @@ const GRAPH_HEIGHT = 104; const DAY_IN_MS = 24 * 60 * 60 * 1000; const LEVEL_CLASSES: Record = { - 0: "fill-[#eeeeee] dark:fill-zinc-800", + 0: "fill-zinc-200 dark:fill-zinc-800", 1: "fill-[#ff7373]", 2: "fill-[#ff5959]", 3: "fill-[#dc2626]",