Skip to content

Commit

Permalink
Add input:invalid style (for counter and period fields).
Browse files Browse the repository at this point in the history
  • Loading branch information
stefansundin committed Nov 29, 2021
1 parent afc1fcc commit 4156199
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,9 @@
font-size: 1.5em;
font-weight: 400;
}
input:invalid {
border-color: #dc3545;
}

#uri {
color: gray;
Expand Down

0 comments on commit 4156199

Please sign in to comment.