From bb4d2e5c6270dbd1013196fc014e933adec14187 Mon Sep 17 00:00:00 2001 From: Chuck Dries Date: Sun, 18 Dec 2022 19:09:30 -0800 Subject: [PATCH] blue tint homepage --- src/pages/index.tsx | 4 ++-- src/pages/photogallery.tsx | 4 ++-- tailwind.config.js | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/src/pages/index.tsx b/src/pages/index.tsx index 5f48122..7c68061 100644 --- a/src/pages/index.tsx +++ b/src/pages/index.tsx @@ -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], })} /> diff --git a/src/pages/photogallery.tsx b/src/pages/photogallery.tsx index 7c1b32f..82c1dae 100644 --- a/src/pages/photogallery.tsx +++ b/src/pages/photogallery.tsx @@ -171,8 +171,8 @@ const GalleryPage = ({ data }: PageProps) => { 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], })} /> diff --git a/tailwind.config.js b/tailwind.config.js index b10a664..251126b 100644 --- a/tailwind.config.js +++ b/tailwind.config.js @@ -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: {