diff --git a/css/style.css b/css/style.css index 7f36c54..c28677f 100644 --- a/css/style.css +++ b/css/style.css @@ -113,13 +113,18 @@ div.region-top { /******************* BUTTONS */ - .btn-default { + .btn-default, .btn-primary { color: #555; background-color: #eee; border-color: #ececec; padding: 1rem 3rem; border-radius: 0.4rem; } +.btn-default:hover,.btn-primary:hover { + color: #333; + background-color: #e6e6e6; + border-color: #adadad; +} /******************* TABLES */