forked from 42CTF/website
Change text color of flag submission input for better readibility
This commit is contained in:
parent
5191e300df
commit
16030c14a4
|
@ -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