Fix muted text variant not overriding Bootstrap default

This commit is contained in:
Andreas Nedbal 2020-05-05 02:02:49 +02:00
parent 04c4e4c7f1
commit 9d5d205ded
1 changed files with 1 additions and 1 deletions

View File

@ -9,5 +9,5 @@
}
.text-muted {
color: RGB(var(--muted-text));
color: RGB(var(--muted-text)) !important;
}