mirror of
https://github.com/Retrospring/retrospring.git
synced 2024-11-20 14:29:53 +01:00
Fix muted text variant not overriding Bootstrap default
This commit is contained in:
parent
04c4e4c7f1
commit
9d5d205ded
1 changed files with 1 additions and 1 deletions
|
@ -9,5 +9,5 @@
|
|||
}
|
||||
|
||||
.text-muted {
|
||||
color: RGB(var(--muted-text));
|
||||
color: RGB(var(--muted-text)) !important;
|
||||
}
|
Loading…
Reference in a new issue