From f6098d0fe2fc2e591391cb83cedc9e738d9148e4 Mon Sep 17 00:00:00 2001 From: Daniel Chick Date: Sat, 26 Mar 2022 19:57:04 -0500 Subject: [PATCH] increase the lighten value on dark theme project boxes --- gatsby-theme-intro/tailwind.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gatsby-theme-intro/tailwind.config.js b/gatsby-theme-intro/tailwind.config.js index cf025cda..29bda2e1 100644 --- a/gatsby-theme-intro/tailwind.config.js +++ b/gatsby-theme-intro/tailwind.config.js @@ -21,7 +21,7 @@ module.exports = theme => { colors: { ...colors, "back-light": color(colors.back) - .lighten(0.18) + .lighten(0.40) .hex(), }, borderRadius: {