Skip to content

Commit

Permalink
Add color and background-color to the input boxes
Browse files Browse the repository at this point in the history
  • Loading branch information
fuddster authored Oct 26, 2023
1 parent 8d22ed3 commit a6514c3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions resources/css/scoutingPASS.css
Original file line number Diff line number Diff line change
Expand Up @@ -220,6 +220,8 @@ td {
input {
font-size: 16px;
font: roboto;
color: black;
background-color: white;
}

.title {
Expand Down

0 comments on commit a6514c3

Please sign in to comment.