bunker_like: submit button color

This commit is contained in:
towards-a-new-leftypol 2024-11-27 19:21:31 -05:00
parent 709b4ff32d
commit 132aa54b84
1 changed files with 2 additions and 1 deletions

View File

@ -85,10 +85,11 @@ input[type="text"]:focus, input[type="password"]:focus, textarea:focus {
input[type="submit"] {
border: 3px double #07371F;
border-radius: 2px;
background-color: #16171A;
background-color: #07371F;
color: #ACACAC;
font-family: Courier, monospace;
font-weight: bold;
padding: 3px;
}
input[type="submit"]:hover {