markdown fields Customization Guide
Colors
We offer a color palette defined by basic classes with optional classes to lighten or darken the colors.
''
Background color
To apply a background color, simply add the corresponding class in the name of the color and the light class / darkness
Example
This is a card panel with a teal lighten-2 class
markdown code
{{div.teal.lighten-2}}
This is a card panel with a teal lighten-2 class
{{end}}
text color
To apply a text color, simply add the corresponding class in the name of the color and the light class / darkness
Example
This is a card panel with dark blue text
markdown code
{{div.blue-text.text-darken-2}}
This is a card panel with dark blue text
{{end}}