This commit is contained in:
Laura Hausmann 2022-02-09 23:46:20 +01:00
parent b4accc0d83
commit af02bfd2ff
Signed by: zotan
GPG key ID: D044E84C5BE01605

View file

@ -95,9 +95,9 @@ body {
} }
.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open > .dropdown-toggle.btn-primary { .btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open > .dropdown-toggle.btn-primary {
color: #ffffff; color: #ffffff !important;
border-color: #3c6385; border-color: #3c6385 !important;
background-color: #2c5f93; background-color: #2c5f93 !important;
} }
.border-top { .border-top {
@ -109,5 +109,5 @@ code {
} }
.fa-times { .fa-times {
} }