I'm specifically trying to find a solution whereby I could manipulate the tiddler frame CSS element (tc-tiddler-frame) for a specific tiddler only, i.e. without affecting all the other tidders en masse.
The problem is that the CSS element called tc-tiddler-frame has to be defined in a different tiddler tagged $:/tags/Stylesheet to have any effect. However, it will then affect all tiddlers.
I've come accross
Custom styles by data-tags as one solution that defined the set of tiddlers to manipulate but if a solution exists to modify an individual tiddler in this way that would solve it.
I'd rather not use tags for this; I'm relying more on fields and use tags sparingly.
My knowledge of CSS is limited, so I'd be grateful for any suggestions.
Thank you!