diff --git a/contact.css b/contact.css index 7544a33..9a81dff 100644 --- a/contact.css +++ b/contact.css @@ -767,6 +767,6 @@ footer { } #scrollBtn:hover { - background-color: #000; /* Change color on hover */ + background-color: #ffd700; /* Change color on hover */ transform: scale(1.2); /* Slightly enlarge */ } \ No newline at end of file diff --git a/pricing.css b/pricing.css index 785aee0..b47ee8b 100644 --- a/pricing.css +++ b/pricing.css @@ -617,7 +617,7 @@ footer { transition: all 0.3s ease; } .scroll-btn:hover { - background-color: black; + background-color: #ffd700; transform: scale(1.1); } .scroll-btn.show {