From 480e4f77696de29806899cf24c58fd49b59d8314 Mon Sep 17 00:00:00 2001 From: wych Date: Sat, 24 Feb 2024 20:50:21 -0600 Subject: [PATCH] Update quartz.config.ts --- quartz.config.ts | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/quartz.config.ts b/quartz.config.ts index 8db12f47d..eb63c2998 100644 --- a/quartz.config.ts +++ b/quartz.config.ts @@ -34,7 +34,7 @@ const config: QuartzConfig = { dark: "#2b2b2b", secondary: "#96a7df", tertiary: "#e79e73", - highlight: "rgba(219, 150, 109, 0.25)", + highlight: "rgba(219, 150, 109, 0.15)", }, darkMode: { light: "#161618", @@ -42,9 +42,9 @@ const config: QuartzConfig = { gray: "#646464", darkgray: "#d4d4d4", dark: "#ebebec", - secondary: "#7b97aa", - tertiary: "#84a59d", - highlight: "rgba(143, 159, 169, 0.15)", + secondary: "#96a7df", + tertiary: "#e79e73", + highlight: "rgba(219, 150, 109, 0.15)", }, }, },