fix alert color

master
Aevann 2024-04-26 02:41:30 +03:00
parent a9959e0533
commit ff6926b9d0
1 changed files with 2 additions and 2 deletions

View File

@ -5147,8 +5147,8 @@ span.green {
.btn-danger {
border-color: #E53E3E !important;
}
.alert {
color: #000000;
.alert, .alert * {
color: #000000 !important;
font-weight: 500;
}
.btn-lg {