From 8dc190f8e1fa935ee6e3b8e78458b71ac7cff46a Mon Sep 17 00:00:00 2001 From: towards-a-new-leftypol Date: Wed, 27 Nov 2024 18:31:17 -0500 Subject: [PATCH] bunkerlike form css tweaks (by 1px) --- stylesheets/bunker_like.css | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/stylesheets/bunker_like.css b/stylesheets/bunker_like.css index 17fe13da..af5112eb 100644 --- a/stylesheets/bunker_like.css +++ b/stylesheets/bunker_like.css @@ -80,22 +80,26 @@ input[type="text"], input[type="password"], textarea, select { background: #282A2E; color: #ACACAC; font-family: Courier, monospace; + margin: 0 2px; } + 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"] { border: 3px double #07371F; border-radius: 2px; - background: #16171A; + background: #16171A; color: #ACACAC; font-family: Courier, monospace; font-weight: bold; } .dropzone { background: #16171A; - border: 3px double #07371F; + border: 1px double #07371F; color: #ACACAC; + border-radius: 2px; } .dropzone .file-hint { color: #ACACAC;