diff --git a/css/style.css b/css/style.css index 5ac7a6f..75b58f6 100755 --- a/css/style.css +++ b/css/style.css @@ -1458,11 +1458,12 @@ input[type=email]:focus { input[type=button], input[type=submit], input[type=reset] { border: 1px solid #333; + font-size: 14px; background: none; color: #333; - padding: 20px; + padding: 10px; &:hover, &:focus, &:active, &.active { - color: #fff; + color: #333; } }