Skip to content

Commit

Permalink
Merge pull request #3893 from govindbairi/email
Browse files Browse the repository at this point in the history
cleared email content hiding problem
  • Loading branch information
abhi03ruchi authored Oct 23, 2024
2 parents 03e3c5a + 785e2ba commit 83f81b1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -5530,13 +5530,13 @@ <h4>What if I receive a damaged book?</h4>
border-radius: 8px;
transition: all 0.3s ease;
background-color: #FCE4EC;
color: #555;
color: #fefefe;
}

.input-group input:focus {
outline: none;
border-color: #E91E63;
background-color: #f3f3f368;
background-color: #d6121268;
box-shadow: 0 0 8px rgba(233, 30, 99, 0.5);
}

Expand Down

0 comments on commit 83f81b1

Please sign in to comment.