diff --git a/stylesheets/bunker_like.css b/stylesheets/bunker_like.css index 24456778..68e5d1c4 100644 --- a/stylesheets/bunker_like.css +++ b/stylesheets/bunker_like.css @@ -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 {