Hi, I have different sections in my note and i want the headers to be a little different but at the same level for when you fold all sections.
Does anyone know if this is possible?
Thanks
Chris
Hi, I have different sections in my note and i want the headers to be a little different but at the same level for when you fold all sections.
Does anyone know if this is possible?
Thanks
Chris
You can use CSS to easily change all h1 headings one color, all h2 headings another color, etc. For arbitrary colors of the same heading level, using HTML is an option. e.g.
## headings
## <span style="color:salmon">big salmon</span>
## <span style="color:blue">blue fish</span>
## <span style="color:gold">yellow lemon</span>