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: {