fix alert color

pull/226/head
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 { .btn-danger {
border-color: #E53E3E !important; border-color: #E53E3E !important;
} }
.alert { .alert, .alert * {
color: #000000; color: #000000 !important;
font-weight: 500; font-weight: 500;
} }
.btn-lg { .btn-lg {