From d068069d2cccb3326924456fdd933739e9229946 Mon Sep 17 00:00:00 2001 From: Anxhelo Lushka Date: Thu, 22 Feb 2018 01:40:27 +0100 Subject: [PATCH] Update style.css --- css/style.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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; } }