blue tint homepage
This commit is contained in:
parent
46bd7c4ae4
commit
bb4d2e5c62
@ -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>
|
||||
|
@ -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: {
|
||||
|
Loading…
x
Reference in New Issue
Block a user