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