From b88efeb9ef0d45bac188433caf275471d2124ef1 Mon Sep 17 00:00:00 2001 From: jorge-vitrubio Date: Mon, 15 Nov 2021 16:10:54 +0100 Subject: [PATCH] changed the buttons styles --- css/style.css | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/css/style.css b/css/style.css index c678865..68de812 100644 --- a/css/style.css +++ b/css/style.css @@ -104,7 +104,16 @@ div.region-top { float: right; width: 200px; } +/******************* + BUTTONS */ + .btn-default { + color: #555; + background-color: #eee; + border-color: #ececec; + padding: 1rem 3rem; + border-radius: 0.4rem; + } /******************* MENU */