changed colors in primary buttons to solve [issue #5](#5)

This commit is contained in:
jorge-vitrubio 2021-12-09 15:55:27 +01:00
parent a09bc127b7
commit f279e3debc
1 changed files with 6 additions and 1 deletions

View File

@ -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 */