From 5e5af477fb32e6bd04b3390e0a55ceb8c708f92c Mon Sep 17 00:00:00 2001 From: jbakela Date: Sun, 25 Feb 2024 23:24:23 -0500 Subject: [PATCH] Updated Previous Hover Colour --- css/5K24SPARK.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/css/5K24SPARK.css b/css/5K24SPARK.css index 08b2498..37d7951 100644 --- a/css/5K24SPARK.css +++ b/css/5K24SPARK.css @@ -205,7 +205,7 @@ button:hover { } #prevButton:hover { - background-color: #c0392b; /* Lighter shade of red for hover effect */ + background-color: #e37669; /* Lighter shade of red for hover effect */ } #clearButton {