diff --git a/core/themes/bartik/css/components/buttons.css b/core/themes/bartik/css/components/buttons.css index 4285826..14992b3 100644 --- a/core/themes/bartik/css/components/buttons.css +++ b/core/themes/bartik/css/components/buttons.css @@ -20,7 +20,7 @@ .button:hover, .button:active, .button:focus { - background: transparent; + background: #dedede; color: #5a5a5a; text-decoration: none; }