blue tint homepage

This commit is contained in:
Chuck Dries 2022-12-18 19:09:30 -08:00
parent 46bd7c4ae4
commit bb4d2e5c62
No known key found for this signature in database
GPG Key ID: A00B7AEAE1DC5BE6
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>

View File

@ -45,7 +45,7 @@ module.exports = {
"huge-2": "max(7.8vw, 120px)",
},
colors: {
"white": "#EEEEEE",
"white": "#e5eff6",
buzzwordsPrimary: "#F6C54B",
transparentblack: "rgba(0,0,0,0.24)",
vibrant: {