I'm trying to colour "•" across a whole document, except in some part where it should be coloured as the surrounding text. From the docs I expected the #show rule to apply locally, but it doesn't seem to work in this case:
#show "•": text.with(fill: red)
This is • red
#block[
#show "•": text.with(fill: blue)
#show "red": smallcaps
This is • red?
]
This is • red