From b7a2b90da39e30b068da9213ed0423fabe0b9696 Mon Sep 17 00:00:00 2001 From: fynks <75840152+fynks@users.noreply.github.com> Date: Mon, 25 Aug 2025 10:33:06 +0500 Subject: [PATCH] Add white text color to hover state of primary links --- dist/css/styles.css | 1 + 1 file changed, 1 insertion(+) diff --git a/dist/css/styles.css b/dist/css/styles.css index 7679277..a53e0ae 100644 --- a/dist/css/styles.css +++ b/dist/css/styles.css @@ -759,6 +759,7 @@ a:hover { background: linear-gradient(135deg, var(--primary-hover) 0%, var(--primary) 100%); transform: translateY(-2px); box-shadow: var(--shadow-lg); + color: white; } .btn-secondary {