This commit is contained in:
Michele Artini 2024-11-27 12:39:39 +01:00
parent 9d14c653c4
commit c759899e9d
1 changed files with 4 additions and 6 deletions

View File

@ -2638,8 +2638,8 @@ a.btn.disabled, fieldset:disabled a.btn {
}
.btn-primary:hover {
color: #fff;
background-color: #a41822;
color: #a41822;
background-color: #fff;
border-color:#a41822
}
@ -10455,8 +10455,7 @@ a.text-dark:focus, a.text-dark:hover {
}
.bg-primary {
background-image: linear-gradient(#54b4eb, #2fa4e7 60%, #1d9ce5);
background-repeat:no-repeat
background-color: #a41822;
}
.bg-dark {
@ -10478,8 +10477,7 @@ a.text-dark:focus, a.text-dark:hover {
}
.btn-primary {
background-image: linear-gradient(#54b4eb, #2fa4e7 60%, #1d9ce5);
background-repeat:no-repeat
background-color: #a41822;
}
.btn-secondary {