Default slot styling doesn't propagate to elements like links

Apparently the default slot styling does not get applied if the content is a link.
Is there a way to define global link styles?

Hey @glorious_lynx - there isn’t a way to define global link styles at the moment, although that’s something we’re working on to provide soon. In this specific case, your issue is that the link is becoming blue, right? I think the easiest way to fix is to set a { color: inherit; } in your CSS.

Thanks for the info, @tiago. We’ll do it like that for the moment