Skip to content

Commit

Permalink
styling enhanced
Browse files Browse the repository at this point in the history
  • Loading branch information
sainKunal committed Oct 10, 2024
1 parent 56d6eb2 commit 8f87ca1
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions assets/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -1722,7 +1722,8 @@ button:hover {
justify-content: space-between;
gap: 8px;

background: var(--light-gray);
/* background: #FF8086; */
background-color: var(--light-coral);
border-radius: 50px;
position: relative;
}
Expand Down Expand Up @@ -1760,9 +1761,11 @@ button:hover {
transform: translateY(0);
}
.searchInput::placeholder {
color: var(--light-coral);

color:rgba(0, 0, 0, 0.4);
}
.searchInput {
margin-left: 10px;
border: none;
background: none;
outline: none;
Expand Down

0 comments on commit 8f87ca1

Please sign in to comment.