From 55e46dd687d113f261982186edaf9b833fad2ae9 Mon Sep 17 00:00:00 2001 From: Rachit Sahu Date: Wed, 16 Oct 2024 13:46:48 +0530 Subject: [PATCH] changed color of the hover --- site/templates/base.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/site/templates/base.html b/site/templates/base.html index b30a4caef..ed97c14f9 100644 --- a/site/templates/base.html +++ b/site/templates/base.html @@ -44,7 +44,7 @@ } #scrollToTopBtn:hover { - background-color: #45a049; + background-color: #e03c55; }