Have a look at the toc macro in $:/core/macros/toc.

As you can see it uses <ol>-elements with currently no specific class. So you can style those with:

ol>li>a.tw-tiddlylink {
    color: red;
}

Alternatively you can change the <<toc>>-macro so that the elements have css classes.

/Andreas

Am 30.08.2014 15:21, schrieb David Gifford:
I would like the links in the table of contents to be different than the standard links.

I have tried

#tw-table-of-contents a.tw-tiddlylink {}

and some similar items to no avail. Any ideas?

Dave
--
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 [email protected] <mailto:[email protected]>. To post to this group, send email to [email protected] <mailto:[email protected]>.
Visit this group at http://groups.google.com/group/tiddlywiki.
For more options, visit https://groups.google.com/d/optout.

--
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 [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/tiddlywiki.
For more options, visit https://groups.google.com/d/optout.

Reply via email to