From b2a26154baf48cd4613d4d3256351c06451d91a8 Mon Sep 17 00:00:00 2001 From: Jon Wilson Date: Fri, 27 Oct 2023 23:11:24 -0500 Subject: [PATCH] updating palette and card bg color --- app/components/TypeCards.tsx | 4 ++-- tailwind.config.js | 3 +++ 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/app/components/TypeCards.tsx b/app/components/TypeCards.tsx index 555d093..1311bfc 100644 --- a/app/components/TypeCards.tsx +++ b/app/components/TypeCards.tsx @@ -34,8 +34,8 @@ export default async function TypeCards() { {types.map((type) => (
-
-
+
+
{type.type}
diff --git a/tailwind.config.js b/tailwind.config.js index faffc84..8e07a56 100644 --- a/tailwind.config.js +++ b/tailwind.config.js @@ -57,6 +57,9 @@ module.exports = { 700: 'HSL(90, 60%, 50%)', 900: 'HSL(90, 40%, 40%)', }, + accent5: { + 600: 'HSL(178, 93%, 21%)', + }, }, textShadow: { sm: '0 1px 2px var(--tw-shadow-color)',