>> 1) How do I change my tiddler text color to #575352 color code?
>1) in your StyleSheet tidler (shadow tiddler in a vanilla TW) Try
>adding:
>body { color: #575352; }
Or if you want to only change the color of the text inside 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.