Change text color of flag submission input for better readibility

This commit is contained in:
UncleReaton 2022-03-19 16:52:47 +01:00
parent 5191e300df
commit 16030c14a4
1 changed files with 1 additions and 0 deletions

View File

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