bunkerlike form css tweaks (by 1px)

This commit is contained in:
towards-a-new-leftypol 2024-11-27 18:31:17 -05:00
parent ebb9f8a3ae
commit 8dc190f8e1
1 changed files with 7 additions and 3 deletions

View File

@ -80,10 +80,13 @@ input[type="text"], input[type="password"], textarea, select {
background: #282A2E; background: #282A2E;
color: #ACACAC; color: #ACACAC;
font-family: Courier, monospace; font-family: Courier, monospace;
margin: 0 2px;
} }
input[type="text"]:focus, input[type="password"]:focus, textarea:focus { input[type="text"]:focus, input[type="password"]:focus, textarea:focus {
box-shadow: 0px 0px 5px 2px #117743; box-shadow: 0px 0px 5px 2px #117743;
} }
input[type="submit"] { input[type="submit"] {
border: 3px double #07371F; border: 3px double #07371F;
border-radius: 2px; border-radius: 2px;
@ -94,8 +97,9 @@ input[type="submit"] {
} }
.dropzone { .dropzone {
background: #16171A; background: #16171A;
border: 3px double #07371F; border: 1px double #07371F;
color: #ACACAC; color: #ACACAC;
border-radius: 2px;
} }
.dropzone .file-hint { .dropzone .file-hint {
color: #ACACAC; color: #ACACAC;