Change text color of input for better readibility #31

Merged
Danhia merged 1 commits from :main into main 2022-03-19 19:21:33 +01:00
1 changed files with 1 additions and 0 deletions

View File

@ -120,6 +120,7 @@ input[type="url"] {
background-color: #2d2d2d;
padding: 3px;
border-radius: 4px;
color: #d9d9d9;
}
input[type="submit"] {
padding: 0;