31st January 2021 at 9:41am
You can apply arbitrary CSS styles or classes to blocks of text.
@@color:red;
Here is some red text.
@@
<style>
.my-blue-bold-class {
font-weight: bold;
color: blue;
}
</style>
@@.my-blue-bold-class
Here is some blue, bold text.
@@
Here is some red text.
Here is some blue, bold text.
See Stylesheets for more information on styles and this syntax.