add transition-colors to page
This commit is contained in:
parent
e5c2b297d5
commit
f2d256f942
@ -150,7 +150,7 @@ const GalleryImage = ({ data, location: { state } }) => {
|
|||||||
<Helmet>
|
<Helmet>
|
||||||
<title>{name} - Gallery | Chuck Dries</title>
|
<title>{name} - Gallery | Chuck Dries</title>
|
||||||
<body
|
<body
|
||||||
className="text-vibrant-light bg-vibrant-dark"
|
className="text-vibrant-light bg-vibrant-dark transition-colors"
|
||||||
style={getHelmetSafeBodyStyle(vibrant)}
|
style={getHelmetSafeBodyStyle(vibrant)}
|
||||||
/>
|
/>
|
||||||
</Helmet>
|
</Helmet>
|
||||||
|
@ -71,7 +71,7 @@ const IndexPage = ({
|
|||||||
<Helmet>
|
<Helmet>
|
||||||
<title>Chuck Dries</title>
|
<title>Chuck Dries</title>
|
||||||
<body
|
<body
|
||||||
className="bg-white"
|
className="bg-white transition-colors"
|
||||||
// @ts-ignore
|
// @ts-ignore
|
||||||
style={getHelmetSafeBodyStyle({
|
style={getHelmetSafeBodyStyle({
|
||||||
Muted: [0, 0, 0],
|
Muted: [0, 0, 0],
|
||||||
|
@ -164,7 +164,7 @@ const GalleryPage = ({ data }: PageProps<Queries.GalleryPageQueryQuery>) => {
|
|||||||
<Helmet>
|
<Helmet>
|
||||||
<title>Photo Gallery | Chuck Dries</title>
|
<title>Photo Gallery | Chuck Dries</title>
|
||||||
<body
|
<body
|
||||||
className="bg-white"
|
className="bg-white transition-color"
|
||||||
// @ts-ignore
|
// @ts-ignore
|
||||||
style={getHelmetSafeBodyStyle({
|
style={getHelmetSafeBodyStyle({
|
||||||
Muted: [0, 0, 0],
|
Muted: [0, 0, 0],
|
||||||
|
Loading…
x
Reference in New Issue
Block a user