Merge pull request 'Change text color of input for better readibility' (#31) from UncleReaton/website:main into main

Reviewed-on: #31
This commit is contained in:
Danhia 2022-03-19 19:21:33 +01:00
commit 2da57b7b9b
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;