From eadf6ade18e87f6ac588859d735933ec9325fd1f Mon Sep 17 00:00:00 2001 From: Gurram Karthik <167804249+gurramkarthiknetha@users.noreply.github.com> Date: Sat, 25 Jan 2025 10:42:12 +0530 Subject: [PATCH] Update app.module.css --- src/style/app.module.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/style/app.module.css b/src/style/app.module.css index c3ce519a92..9f792c79a1 100644 --- a/src/style/app.module.css +++ b/src/style/app.module.css @@ -7450,7 +7450,7 @@ button[data-testid='createPostBtn'] { } .box :hover { - color: var(--warning-text-color); + color: #b85c00; /* Example of a darker, accessible orange */ } .organizationCard_header {