blue tint homepage
This commit is contained in:
@@ -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>
|
||||
|
@@ -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>
|
||||
|
Reference in New Issue
Block a user