Fix muted text variant not overriding Bootstrap default
This commit is contained in:
parent
04c4e4c7f1
commit
9d5d205ded
|
@ -9,5 +9,5 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.text-muted {
|
.text-muted {
|
||||||
color: RGB(var(--muted-text));
|
color: RGB(var(--muted-text)) !important;
|
||||||
}
|
}
|
Loading…
Reference in New Issue