The links in the announcement-bar. see screenshot as well as in the group description should be clickable or at least copyable

You can put clickable link into announcement bar like this
[Link name](https://link.to.somewhere)
But the problem is that they are too dark with RC default layout. It would be good if you were able to choose text color somehow.
The blue/purple on blue is worst case!

As a workaround, just add to Custom CSS (you find it from Admin / Layout):
.announcement a{
color: white;
}
There is still a little problem with it: When clicking a link the dialog pops up which is empty. Also, the popup does not support links. Is it intended to use links or generallyl markdown in announcements?
@ggazzo, can I take this up?
Most helpful comment
As a workaround, just add to Custom CSS (you find it from Admin / Layout):