Skip to content

Commit

Permalink
style(ui): 💄 fix input placeholder color
Browse files Browse the repository at this point in the history
  • Loading branch information
jojobyte committed Jul 23, 2024
1 parent 0ea5d70 commit 73fb017
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/styles/form.css
Original file line number Diff line number Diff line change
Expand Up @@ -467,7 +467,8 @@ input, select, textarea {
padding: 1rem;
flex: 0 0 auto;
}
input::placeholder {
input::placeholder,
input:placeholder-shown {
color: var(--dark-500);
}
input:not(:focus):not(:placeholder-shown):invalid {
Expand Down Expand Up @@ -678,7 +679,7 @@ form[name="network"] {
.updrop.drag-over {
border-style: solid;
}
.updrop.focus{
.updrop.focus {
border-style: dotted;
}
.dropped .updrop,
Expand Down

0 comments on commit 73fb017

Please sign in to comment.