Is there a way to change the default font and color of "Missing Tiddler" Links. I like that I can create a tiddler link in text and then go back to it and create the Tiddler. But I would like the links to stand out more. Currently both active and missing links are Blue Font, missing links are italics. How do I change this default behavior?
a.tc-tiddlylink-missing
a.tc-tiddlylink-missing {
font-weight: bold;
color: purple;
}