Skip to content

Commit

Permalink
Changed color of input box to be properly black.
Browse files Browse the repository at this point in the history
  • Loading branch information
arahmitz committed Mar 12, 2024
1 parent c682013 commit 813c4fe
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions assets/css/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ form textarea,
background-color: rgba(255, 255, 255, 0.9);
padding: 0.75em 1rem;
margin-bottom: 1.5rem;
color: black;
}
form input:focus,
form select:focus,
Expand Down Expand Up @@ -60,6 +61,7 @@ form [type="reset"] {
background-color: #205075;
padding: 8px 16px;
border-radius: 4px;
color: white;
}
form [type="button"]:focus,
form [type="submit"]:focus,
Expand Down

0 comments on commit 813c4fe

Please sign in to comment.