On top of what Ronen said, you might need to make your CSS rules more 
specific.

The headlines you speak of are wrapped in an element with the class tiddler. 
Therefore you could specify the CSS rule as

.tiddler h1,
.tiddler h2,
... {
    color: [[ColorPalette::YourChoiceHere]];
}

Hope that helps,

Colm

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/tiddlywiki/-/MqQ9cj17ZBAJ.
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.

Reply via email to