forked from 42CTF/website
Merge pull request 'Change text color of input for better readibility' (#31) from UncleReaton/website:main into main
Reviewed-on: 42CTF/website#31
This commit is contained in:
commit
2da57b7b9b
|
@ -120,6 +120,7 @@ input[type="url"] {
|
|||
background-color: #2d2d2d;
|
||||
padding: 3px;
|
||||
border-radius: 4px;
|
||||
color: #d9d9d9;
|
||||
}
|
||||
input[type="submit"] {
|
||||
padding: 0;
|
||||
|
|
Loading…
Reference in New Issue