It looks like you're new here. If you want to get involved, click one of these buttons!
<br />html.theme-shade body {<br /> color: #f00;<br /> background-color:hsl(240, 50%, 50%);<br />}
<br />html.theme-shade body {<br /> color: #f00;<br /> background-color:hsl(<<print $madnessLevel>>, 50%, 50%);<br />}
<style></style>
tags inside passages, but I'd like to not have to do that for every single passage and rather just have it be in the CSS page. How can I do this? Would using SugarCube widgets help?
Comments
The simplest thing would probably be to use one of the following two examples (do not use both, pick one). They're untested, but should work.
Via the
postrender
task object: (put this in ascript
tagged passage) Via thePassageDone
special passage: