From fce13aaeb0983512b411693dbaceb68b0d41e8c8 Mon Sep 17 00:00:00 2001 From: "soroush.asadi" Date: Tue, 23 Jun 2026 18:51:16 +0330 Subject: [PATCH] Fix dark/low-contrast text on the homepage recommendations banner MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The teal «پیشنهادهای ویژه شما» banner is an that had inline color:inherit, which overrode the .rec-banner white text with the dark body color — making the subtitle nearly unreadable. Use white. Co-Authored-By: Claude Opus 4.8 --- src/JobsMedical.Web/Pages/Index.cshtml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/JobsMedical.Web/Pages/Index.cshtml b/src/JobsMedical.Web/Pages/Index.cshtml index 2eaedcf..be83b98 100644 --- a/src/JobsMedical.Web/Pages/Index.cshtml +++ b/src/JobsMedical.Web/Pages/Index.cshtml @@ -43,7 +43,7 @@