From 621039f182390122f413d111ec71409fa318e5db Mon Sep 17 00:00:00 2001 From: Aashutosh Mishra Date: Sun, 24 Aug 2025 17:25:37 +0530 Subject: [PATCH] style: change primary hover color of pop-up --- frontend/popup.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/popup.css b/frontend/popup.css index 7066ff6..6e6a4ad 100644 --- a/frontend/popup.css +++ b/frontend/popup.css @@ -16,7 +16,7 @@ body.dark-mode { --text-color: #f2f2f7; --subtle-text-color: #98989d; --primary-color: #0a84ff; - --primary-hover-color: #389dff; + --primary-hover-color: #5e9edd; --container-bg-color: #2c2c2e; --border-color: #3a3a3c; }