diff --git a/css/style.css b/css/style.css index 75b58f6..ad3c290 100755 --- a/css/style.css +++ b/css/style.css @@ -1463,7 +1463,8 @@ input[type=button], input[type=submit], input[type=reset] { color: #333; padding: 10px; &:hover, &:focus, &:active, &.active { - color: #333; + background: #333; + color: #fff; } }