Tsvb markdown with multiple line

I want to put multiple link with different color on TSVB mark down

[link1](#/dashboard/b9b2bed0-e5d7-11ea-ab58-ff09b8c93d)

[link2](#/dashboard/86f34bd0-7d2e-11e9-a486-97beebb405)

then I have put custom CSS
text-align: center;
font-size : 15px;
color: Yellow;

but that make both link yellow color. How do I make both link seperate color?

From what I know, the CSS applies to everything in there., you can't really split it like that, but if there are more CSS gurus around here with more ideas, feel free to chime in.

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.