From 92ec11995c7ea9fd942f7e778759c1ee012b5466 Mon Sep 17 00:00:00 2001 From: semanticdata Date: Wed, 7 Feb 2024 10:31:40 -0600 Subject: [PATCH] improve color contrast, light theme --gray --- quartz.config.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/quartz.config.ts b/quartz.config.ts index 6308fb538..2f2f25071 100644 --- a/quartz.config.ts +++ b/quartz.config.ts @@ -23,7 +23,7 @@ const config: QuartzConfig = { lightMode: { light: "#faf8f8", // bg lightgray: "#e5e5e5", // borders - gray: "#949494", // graph links, heavy borders + gray: "#8f8f8f", // graph links, heavy borders darkgray: "#2e2e2e", // body text dark: "#1c1c1c", // header text, icons secondary: "#091217", // links, nodes