Skip to content

Commit

Permalink
improved the visibility of subscription message
Browse files Browse the repository at this point in the history
  • Loading branch information
srilekha279 committed Aug 7, 2024
1 parent 6a14e4b commit 7f75300
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/Components/Footer/Footer.css
Original file line number Diff line number Diff line change
Expand Up @@ -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 */
}

Expand Down

0 comments on commit 7f75300

Please sign in to comment.