diff --git a/src/Components/Footer/Footer.css b/src/Components/Footer/Footer.css index b1e8919..ad2d8bc 100644 --- a/src/Components/Footer/Footer.css +++ b/src/Components/Footer/Footer.css @@ -190,7 +190,8 @@ } .subscription-message { - color: #28a745; /* Green color for success message */ + font-weight:600; + color: #ffff00; margin-top: 10px; /* Space above the message */ }