I think this is a bug but I could be wrong (it might be intended?).
I tested this on my fresh Bolt Canvas install as well as on the demo here.
The fontweight on the What's New page is ignored.
It should be using this:
but it's not as something else takes precedence.
I tested this on my fresh Bolt Canvas install as well as on the demo here.
The fontweight on the What's New page is ignored.
It should be using this:
Code:
.is-unread .structItem-title {
font-weight: 600;
}
but it's not as something else takes precedence.