From 2910e4ee58cfa8d2afdff30f3cac9e6dcb350b13 Mon Sep 17 00:00:00 2001 From: harshitraaaj Date: Tue, 1 Oct 2024 16:32:46 +0530 Subject: [PATCH] changing color in css folder making it little more darker --- css/contributors.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/css/contributors.css b/css/contributors.css index 57695dd4d0..3b94d44fe7 100644 --- a/css/contributors.css +++ b/css/contributors.css @@ -6,7 +6,7 @@ --gray: #fafafa; --text: black; --box: #feeef2; - --box-hover: #fe0c43; + --box-hover: #ee0f43; --nav-color: rgb(255, 230, 230); --footer-color: #ededed; }