Hi Guys, Appreciate your input. I was able to change my tiddler text color. To implement the Reset macro (my second point), I went through a related topic --(Running javascript within a tiddler) -- on creating custom macros. Still, I am not sure how to implement this javascript in a macro. Can you please guide me?
Regards Bala On Jun 24, 3:10 am, colmjude <[email protected]> wrote: > >> 1) How do I change mytiddlertextcolorto #575352colorcode? > >1) in your StyleSheet tidler (shadowtiddlerin a vanilla TW) Try > >adding: > >body {color: #575352; } > > Or if you want to only change thecolorof thetextinside tiddlers, > and not across the whole tiddlywiki you can add this to your > stylesheet > div.tiddler.viewer {color: #575352; > > } > > Cheers, > > Colmjude -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/tiddlywiki?hl=en.

