add transition-colors to page

This commit is contained in:
Chuck Dries 2022-11-22 11:48:44 -08:00
parent e5c2b297d5
commit f2d256f942
No known key found for this signature in database
GPG Key ID: A00B7AEAE1DC5BE6
3 changed files with 3 additions and 3 deletions

View File

@ -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>

View File

@ -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],

View File

@ -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],