Skip to content

Commit

Permalink
make text black
Browse files Browse the repository at this point in the history
  • Loading branch information
Mrfai committed Mar 5, 2023
1 parent 752c5a6 commit dc5558d
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions FAIme/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,18 @@
.input-field {
margin-top: 0;
}
select {
border: 1px solid #000000
}
select:focus {
outline: none
}
label {
color: #000000
}
.input-field .helper-text {
color: #000000
}
</style>
</head>

Expand Down

0 comments on commit dc5558d

Please sign in to comment.