Skip to content

Commit f94ab26

Browse files
committed
change bg-page color
1 parent 7f5d4f4 commit f94ab26

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

astrowind/src/components/CustomStyles.astro

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,8 @@ import '@fontsource-variable/inter';
3232
--aw-color-text-heading: rgb(0 0 0);
3333
--aw-color-text-default: rgb(16 16 16);
3434
--aw-color-text-muted: rgb(16 16 16 / 66%);
35-
--aw-color-bg-page: rgb(255 255 255);
35+
/* --aw-color-bg-page: rgb(255 255 255); */
36+
--aw-color-bg-page: rgb(3 6 32);
3637

3738
--aw-color-bg-page-dark: rgb(3 6 32);
3839

0 commit comments

Comments
 (0)