I would like to present a list of links of different color to the player. These are not passage links. I want to control the text color, mouseover color and underline color. I imagine it would be something like this pseudocode:
<<ThisLinkIs "green">><<link "foo">><<DoStuff>><</link>><</ThisLinkIs>>
<<ThisLinkIs "red">><<link "bar">><<DoThings>><</link>><</ThisLinkIs>>
I am aware that a CSS stylesheet exists, but I have have zero knowledge of CSS or HTML. I'm using Twine v2.2.1 and Sugarcube v2.22.0.
Can somebody please show me how to set this up?