Skip to content

Commit

Permalink
Fix Input Text being White on White
Browse files Browse the repository at this point in the history
  • Loading branch information
Coow committed Oct 9, 2023
1 parent d082da2 commit 52f9122
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/dashboard/panel.html
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@

input[type=text],
select {
color: black;
width: 100%;
padding: 12px 20px;
font-size: larger;
Expand Down

0 comments on commit 52f9122

Please sign in to comment.