Skip to content

Commit

Permalink
Merge pull request #1499 from rahulkhandait-sde/main
Browse files Browse the repository at this point in the history
Improve Newsletter Box Email Text Color Visibility
  • Loading branch information
akshitagupta15june committed Mar 28, 2024
2 parents 4b3cce6 + 8f7a90d commit cd27715
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion commonStyles.css
Original file line number Diff line number Diff line change
Expand Up @@ -157,12 +157,13 @@ footer {

.input-field {
flex: 1; /* Take remaining space */
background-color: transparent;
background-color: white;
border: 1px solid #34D399; /* Emerald color */
padding: 8px;
border-radius: 4px 0 0 4px;
font-size: 14px;
outline: none;
color: black;
}

.subscribeBtn {
Expand Down

0 comments on commit cd27715

Please sign in to comment.