From a09bf727c615eb3efee75295f69318a98b219a0c Mon Sep 17 00:00:00 2001 From: felipesantanafs <145938001+felipesantanafs@users.noreply.github.com> Date: Fri, 24 Oct 2025 15:34:09 -0300 Subject: [PATCH] alterando cores do layout - v3 --- quartz.config.ts | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/quartz.config.ts b/quartz.config.ts index 08749059f..3cbd10d37 100644 --- a/quartz.config.ts +++ b/quartz.config.ts @@ -29,13 +29,13 @@ const config: QuartzConfig = { }, colors: { lightMode: { - light: "#faf8f8", + light: "#FAF8F8", lightgray: "#e5e5e5", gray: "#b8b8b8", darkgray: "#4e4e4e", dark: "#1f1f1f", - secondary: "#f1d939ff", - tertiary: "#FFE066", + secondary: "#c9c204ee", + tertiary: "#c9c204ee", highlight: "rgba(143, 159, 169, 0.15)", textHighlight: "#fff23688", }, @@ -48,7 +48,7 @@ const config: QuartzConfig = { secondary: "#FFD60A", tertiary: "#FFE066", highlight: "rgba(143, 159, 169, 0.15)", - textHighlight: "#b3aa0288", + textHighlight: "#d7cc01c8", }, }, },