diff --git a/astrowind/src/components/CustomStyles.astro b/astrowind/src/components/CustomStyles.astro index 86bef91..1b3e3c4 100644 --- a/astrowind/src/components/CustomStyles.astro +++ b/astrowind/src/components/CustomStyles.astro @@ -32,7 +32,8 @@ import '@fontsource-variable/inter'; --aw-color-text-heading: rgb(0 0 0); --aw-color-text-default: rgb(16 16 16); --aw-color-text-muted: rgb(16 16 16 / 66%); - --aw-color-bg-page: rgb(255 255 255); + /* --aw-color-bg-page: rgb(255 255 255); */ + --aw-color-bg-page: rgb(3 6 32); --aw-color-bg-page-dark: rgb(3 6 32);