Style highlight bold tag like the old span

This commit is contained in:
shamoon
2026-04-08 22:28:04 -07:00
parent 807e32c61f
commit bd4f1fe31a
@@ -65,7 +65,9 @@
}
}
span ::ng-deep .match {
.card-text ::ng-deep .match,
.card-text ::ng-deep b {
font-weight: normal;
color: black;
background-color: rgb(255, 211, 66);
}