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