diff --git a/app/components/TypeCards.tsx b/app/components/TypeCards.tsx index 1311bfc..98dc3d8 100644 --- a/app/components/TypeCards.tsx +++ b/app/components/TypeCards.tsx @@ -34,12 +34,12 @@ export default async function TypeCards() { {types.map((type) => (
-
+
{type.type}
-

{type.description}

+

{type.description}

))} diff --git a/tailwind.config.js b/tailwind.config.js index 8e07a56..4bb5e6c 100644 --- a/tailwind.config.js +++ b/tailwind.config.js @@ -58,7 +58,8 @@ module.exports = { 900: 'HSL(90, 40%, 40%)', }, accent5: { - 600: 'HSL(178, 93%, 21%)', + 700: 'HSL(178, 93%, 21%)', + 900: 'HSL(178, 93%, 11%)', }, }, textShadow: {