We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7f5d4f4 commit f94ab26Copy full SHA for f94ab26
astrowind/src/components/CustomStyles.astro
@@ -32,7 +32,8 @@ import '@fontsource-variable/inter';
32
--aw-color-text-heading: rgb(0 0 0);
33
--aw-color-text-default: rgb(16 16 16);
34
--aw-color-text-muted: rgb(16 16 16 / 66%);
35
- --aw-color-bg-page: rgb(255 255 255);
+ /* --aw-color-bg-page: rgb(255 255 255); */
36
+ --aw-color-bg-page: rgb(3 6 32);
37
38
--aw-color-bg-page-dark: rgb(3 6 32);
39
0 commit comments