Hi Aaron,

On Tuesday, September 5, 2017 at 11:22:18 PM UTC+2, Aaron Haslem wrote:
>
> 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?
>
>
Right click on the missing link and choose inspect element.
You will see the CSS class i:

a.tc-tiddlylink-missing


Create a tiddler tagged with $:/tags/Stylesheet and containing something 
like:

a.tc-tiddlylink-missing {
     font-weight: bold;
     color: purple;
}

Adjust to yor liking.

Cheers,

Ton 

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to tiddlywiki+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywiki@googlegroups.com.
Visit this group at https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/a3558dd1-e1a2-4e6d-a0d3-88c756c13e9a%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to