I'm trying to create a template using the link widget that gives me green links. I tried the following which does not work:
<style>
.myClass {color:green;}
</style>
<$link class=myClass to="Hello"/>
I know about the overrideClass attribute, but using this means that I loose all the other styling that normally applies to links (for example italicising missing tiddlers).
Is there a way to get green links without changing the rest of the styling for links?
Note: I don't want to change the color for every link in my wiki, just for a specific template.