From b77c5cdc9263714b305957e171d67f698bb1d5ce Mon Sep 17 00:00:00 2001 From: Sebastian Wendel Date: Sat, 9 Mar 2024 12:34:10 +0100 Subject: [PATCH] switched to ts config format and set theme colors and fonts --- tailwind.config.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tailwind.config.ts b/tailwind.config.ts index 3d669e0..c3f02fb 100644 --- a/tailwind.config.ts +++ b/tailwind.config.ts @@ -13,7 +13,7 @@ export default { mono: ["Martian", ...fontFamily.mono], }, colors: { - green: "#f0506e", + green: "#28d27d", red: "#f0506e", pumpkin: "#f57855", gold: "#ffdc50",