From a3b4155c0a4b3068023e572d6d5beaaf5d9e7177 Mon Sep 17 00:00:00 2001 From: tijl Date: Wed, 11 Sep 2024 15:23:31 +0200 Subject: [PATCH] fixes --- tailwind.config.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tailwind.config.ts b/tailwind.config.ts index 06a6ebb..e1f83a4 100644 --- a/tailwind.config.ts +++ b/tailwind.config.ts @@ -18,7 +18,7 @@ module.exports = { //"base-100": "#181818", // previously 171717 "base-100": "#0B0908", "base-200": "#0B0908", // previously 151515 - "base-300": "#151515", // previously 121212 + "base-300": "#171717", // previously 121212 info: "#0ea5e9", success: "#22c55e", warning: "#FBBD23",