[dark] fix alert-light

This commit is contained in:
Andrea 2022-04-08 16:12:59 +02:00
parent 406ab119b2
commit 96a76ea76f
1 changed files with 5 additions and 0 deletions

View File

@ -290,6 +290,11 @@ body[data-theme="dark"] {
color: $white;
}
.alert-light {
background-color: $gray-800;
color: $white;
}
.badge.bg-dark {
color: $black;
}