You can either change the header's colors in CSS directly:
h1,h2,h3,h4,h5,h6 {color:red;}

or set the CSS to use the ColorPalette: (this is the default)
h1,h2,h3,h4,h5,h6 {color:[[ColorPalette::SecondaryDark]];
background:transparent;}
and then set the color by editing ColorPaletter tiddler:
SecondaryDark: #841



On Oct 20, 2:09 am, susanna <[email protected]> wrote:
> Hi, all -
>
> I'm wondering what css I can use to control the big/medium/small headlines
> in a tiddler, that would start with the line being a
>
> ! for a big headline
>
> !! for a medium headline
>
> and
>
> !!! for a small headline
>
> Somehow in playing with my colors in css, the headlines got set to be the
> same color as my primary background color, and I can't figure out how to
> pull the headlines out of the background via css.
>
> Thanks so much for any help!

-- 
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.

Reply via email to