From 0e0c84c288ee579fbf961395898562e733e27e3f Mon Sep 17 00:00:00 2001 From: Deepesh Ahlawat Date: Sat, 4 Jan 2025 21:37:50 +0530 Subject: [PATCH] Fixed the register button visibility on hover in dark mode --- style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/style.css b/style.css index 0df3eae..7839cc3 100644 --- a/style.css +++ b/style.css @@ -442,7 +442,7 @@ body { } .register-button:hover { - background-color: var(--text-color); + background-color: #686969; } .mobile-menu-btn {