What TW CSS rule controls the font-size of the text in custom tiddlers tagged viewtemplate? I would like the text in those tiddlers not to be smaller than the actual tiddler text. But I can't find it anywhere.
<div class="myclass">
your content
</div>
.myclass {font-size:110%;} .tc-tiddler-frame .tc-tiddler-body {
font-size: 15px;
line-height: 22px;
}