From 7f7530088a8085fedb6c1465dc18bbd143dea34e Mon Sep 17 00:00:00 2001 From: srilekha279 <158455553+srilekha279@users.noreply.github.com> Date: Wed, 7 Aug 2024 21:01:54 +0000 Subject: [PATCH] improved the visibility of subscription message --- src/Components/Footer/Footer.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 */ }