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