Skip to content

Commit

Permalink
feat: Soften input placeholder type
Browse files Browse the repository at this point in the history
  • Loading branch information
mateoroldos committed Sep 15, 2023
1 parent ff36d16 commit d7947b6
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/lib/styles/elements/_forms.scss
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,10 @@ textarea {
color: var(--clr-text-main);
--font-weight: var(--font-weight-light);

&::placeholder {
color: var(--clr-text-off);
}

&:focus {
border-color: var(--clr-text-main);
outline: none;
Expand Down

0 comments on commit d7947b6

Please sign in to comment.