From 6f5b5f5b2d766f9da7696d065f02735fc8eea9ca Mon Sep 17 00:00:00 2001 From: prototypa Date: Thu, 27 Jul 2023 14:07:44 -0400 Subject: [PATCH] Update variable --aw-color-text-muted --- src/components/CustomStyles.astro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/CustomStyles.astro b/src/components/CustomStyles.astro index 7ac0b4f..9d2a12d 100644 --- a/src/components/CustomStyles.astro +++ b/src/components/CustomStyles.astro @@ -29,7 +29,7 @@ import '@fontsource-variable/inter'; --aw-color-secondary: rgb(30 58 138); --aw-color-accent: rgb(109 40 217); --aw-color-text-page: rgb(17 24 39); - --aw-color-text-muted: rgb(75 85 99); + --aw-color-text-muted: rgb(16 16 16 / 66%); --aw-color-bg-page: rgb(255 255 255); } \ No newline at end of file