switch back to black
This commit is contained in:
parent
f2f44393cb
commit
8c63313a28
@ -170,13 +170,13 @@ const GalleryPage = ({ data }: PageProps<Queries.GalleryPageQueryQuery>) => {
|
|||||||
DarkMuted: [0, 0, 0],
|
DarkMuted: [0, 0, 0],
|
||||||
LightMuted: [255, 255, 255],
|
LightMuted: [255, 255, 255],
|
||||||
Vibrant: [255, 255, 255],
|
Vibrant: [255, 255, 255],
|
||||||
LightVibrant: [0, 0, 0],
|
LightVibrant: [231, 229, 228],
|
||||||
DarkVibrant: [231, 229, 228],
|
DarkVibrant: [0, 0, 0],
|
||||||
})}
|
})}
|
||||||
/>
|
/>
|
||||||
</Helmet>
|
</Helmet>
|
||||||
<div className="top-0 z-10">
|
<div className="top-0 z-10">
|
||||||
<div className="bg-vibrant-dark text-black pb-1">
|
<div className="bg-vibrant-dark text-light-vibrant pb-1">
|
||||||
<Nav
|
<Nav
|
||||||
className="mb-4"
|
className="mb-4"
|
||||||
internalLinks={[{ href: "/", label: "Home" }]}
|
internalLinks={[{ href: "/", label: "Home" }]}
|
||||||
@ -222,12 +222,12 @@ const GalleryPage = ({ data }: PageProps<Queries.GalleryPageQueryQuery>) => {
|
|||||||
<MasonryGallery
|
<MasonryGallery
|
||||||
aspectsByBreakpoint={{
|
aspectsByBreakpoint={{
|
||||||
xs: 2,
|
xs: 2,
|
||||||
sm: 3,
|
sm: 2,
|
||||||
md: 4,
|
md: 3,
|
||||||
lg: 4,
|
lg: 4,
|
||||||
xl: 5,
|
xl: 5,
|
||||||
"2xl": 5.1,
|
"2xl": 6.1,
|
||||||
"3xl": 7.5,
|
"3xl": 8,
|
||||||
}}
|
}}
|
||||||
debugHue={sortKey === "hue_debug"}
|
debugHue={sortKey === "hue_debug"}
|
||||||
debugRating={sortKey === "rating" && showDebug}
|
debugRating={sortKey === "rating" && showDebug}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user