blue tint homepage

This commit is contained in:
2022-12-18 19:09:30 -08:00
parent 46bd7c4ae4
commit bb4d2e5c62
3 changed files with 5 additions and 5 deletions

View File

@@ -78,8 +78,8 @@ const IndexPage = ({
LightMuted: [0, 0, 0],
Vibrant: [0, 0, 0],
LightVibrant: [0, 0, 0],
DarkMuted: [238, 238, 238],
DarkVibrant: [238, 238, 238],
DarkMuted: [229, 239, 246],
DarkVibrant: [229, 239, 246],
})}
/>
</Helmet>

View File

@@ -171,8 +171,8 @@ const GalleryPage = ({ data }: PageProps<Queries.GalleryPageQueryQuery>) => {
LightMuted: [0, 0, 0],
Vibrant: [0, 0, 0],
LightVibrant: [0, 0, 0],
DarkMuted: [238, 238, 238],
DarkVibrant: [238, 238, 238],
DarkMuted: [229, 239, 246],
DarkVibrant: [229, 239, 246],
})}
/>
</Helmet>