From f279e3debc4362238401393f0c559952a3ff8978 Mon Sep 17 00:00:00 2001 From: jorge-vitrubio Date: Thu, 9 Dec 2021 15:55:27 +0100 Subject: [PATCH] changed colors in primary buttons to solve [issue #5](https://git.hangar.org/hangar-tech/gridspinoza/issues/5) --- css/style.css | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) 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 */