Ensured bg-warning elements always use dark text

This commit is contained in:
Alejandro Celaya 2022-11-19 09:07:44 +01:00
parent 0236f5132d
commit bd8ea17c84

View file

@ -39,6 +39,10 @@ a:not(.nav-link):not(.navbar-brand):not(.page-link):not(.highlight-card):not(.bt
background-color: $mainColor !important;
}
.bg-warning {
color: $lightTextColor;
}
.card-body,
.card-header,
.list-group-item {