How do I customize the header defaults?

83 views
Skip to first unread message

Sebastian Heyneman

unread,
Oct 15, 2018, 12:20:07 PM10/15/18
to TiddlyWiki
I'd like to change the affects of H1 and H2. I've been messing around with it, but I'm not sure how to do it.

pedruchini

unread,
Oct 15, 2018, 7:41:44 PM10/15/18
to TiddlyWiki
Let's say you want the change the font color of H1 and you want to put H2 in bold type.

Create a tiddler with this tag: $:/tags/Stylesheet and put this inside:

.tc-tiddler-body h1 {color: blue;}
.tc-tiddler-body h2 {font-weight:bold;}
Reply all
Reply to author
Forward
0 new messages