[dark] fix alert-light
This commit is contained in:
parent
406ab119b2
commit
96a76ea76f
|
@ -290,6 +290,11 @@ body[data-theme="dark"] {
|
|||
color: $white;
|
||||
}
|
||||
|
||||
.alert-light {
|
||||
background-color: $gray-800;
|
||||
color: $white;
|
||||
}
|
||||
|
||||
.badge.bg-dark {
|
||||
color: $black;
|
||||
}
|
||||
|
|
Reference in New Issue