Skip to content

Commit

Permalink
feat: change color of placeholders
Browse files Browse the repository at this point in the history
  • Loading branch information
gion-andri committed Jun 11, 2024
1 parent 40f2736 commit c71b591
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/styles.scss
Original file line number Diff line number Diff line change
Expand Up @@ -225,6 +225,10 @@ button.clndr {
box-shadow: none;
}

input::placeholder, textarea::placeholder {
color: #929aa8 !important;
}

.form-control:focus {
color: var(--bs-body-color);
background-color: var(--bs-body-bg);
Expand Down

0 comments on commit c71b591

Please sign in to comment.