This commit is contained in:
Aevann1 2022-03-06 00:11:55 +02:00
parent 0c633cda5f
commit fd238c5e6a

View file

@ -2476,9 +2476,6 @@ a.bg-light:hover, a.bg-light:focus, button.bg-light:hover, button.bg-light:focus
.font-italic { .font-italic {
font-style: italic !important; font-style: italic !important;
} }
.text-white {
color: #fff !important;
}
.text-primary { .text-primary {
color: var(--primary) !important; color: var(--primary) !important;
} }
@ -5008,3 +5005,6 @@ th, td {
.text-small-mobile { .text-small-mobile {
font-size: min(3vw,14px) !important; font-size: min(3vw,14px) !important;
} }
.text-white {
color: #fff !important;
}