Skip to content

Commit

Permalink
Update styles.css
Browse files Browse the repository at this point in the history
Changed Color of inputs to black
  • Loading branch information
aidan-yip authored Feb 1, 2024
1 parent 40b96de commit f547c85
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,7 @@ input[type=submit] {
width: 170px;
height: 30px;
margin-top: 7px;
color:#000000
}

.checkbox {
Expand All @@ -144,6 +145,7 @@ input[type=text] {
height: 30px;
margin-right: 30px;
margin-top: 7px;
color:#000000
}


Expand Down

0 comments on commit f547c85

Please sign in to comment.