From 2826f0b566c662b03404ad8ded1bc749cfcec6bc Mon Sep 17 00:00:00 2001 From: Local Administrator Date: Wed, 3 Jun 2026 21:40:34 +0000 Subject: [PATCH] =?UTF-8?q?ui(avbeat):=20industry-news=20card=20hover=20fr?= =?UTF-8?q?om=20near-black=20#1c1c1c=20=E2=86=92=20slate-200=20#e2e8f0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit src/styles/tailwind.css:195 .article-card:hover background-color was #1c1c1c (near-black, leftover from the dark theme). On the white page that made the card go black on hover and the text disappear into it. Swapped to #e2e8f0 (Tailwind slate-200) so the hover reads as a clean dark-gray distinct from the white surface while keeping the navy article title + slate excerpt fully readable. --- src/styles/tailwind.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/styles/tailwind.css b/src/styles/tailwind.css index e6af845..129cd4c 100644 --- a/src/styles/tailwind.css +++ b/src/styles/tailwind.css @@ -192,7 +192,7 @@ body { } .article-card:hover { - background-color: #1c1c1c; + background-color: #e2e8f0; } /* =====================