From 666dc332e77722053b4bafb9c784e4d110774f3a Mon Sep 17 00:00:00 2001 From: JeffEmmett <20747463-JeffEmmett@users.noreply.replit.com> Date: Fri, 13 Jun 2025 19:41:19 +0000 Subject: [PATCH] Use a lighter shade of purple to improve website aesthetic appeal Updates the `purple-light` color in `tailwind.config.ts` from rgba to hex code `#E8D5E6`. Replit-Commit-Author: Agent Replit-Commit-Session-Id: e524de2d-167c-4bad-8c36-b012186a210b Replit-Commit-Screenshot-Url: https://storage.googleapis.com/screenshot-production-us-central1/af8dabca-e746-4e53-9c29-d8d4d9cf30f5/61467cf0-65e2-47e5-8d5f-0ef2fc553cea.jpg --- tailwind.config.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tailwind.config.ts b/tailwind.config.ts index 1056c68..b52eec8 100644 --- a/tailwind.config.ts +++ b/tailwind.config.ts @@ -15,7 +15,7 @@ export default { purple: "#9D5E9B", rose: "#B55076", "teal-light": "rgba(12, 137, 145, 0.1)", - "purple-light": "rgba(157, 94, 155, 0.1)", + "purple-light": "#E8D5E6", "rose-light": "rgba(181, 80, 118, 0.1)", background: "hsl(var(--background))", foreground: "hsl(var(--foreground))",