sablier-labs / docs

Documentation and guides for Sablier
https://docs.sablier.com
GNU General Public License v3.0
15 stars 7 forks source link

Stylize Mermaid diagrams #66

Open PaulRBerg opened 1 year ago

PaulRBerg commented 1 year ago

In #62, @maxdesalle attempted to stylize the Mermaid.js diagrams by adding an orange stroke. His attempt didn't pan out because the task involves catering for both the light and the dark theme of the website.

The docs for custom styling in Mermaid.js flowcharts can be found here:

https://mermaid.js.org/syntax/flowchart.html#styling-and-classes

In particular, we may be interested in the Css classes section - which seems to make it possible to apply a global style using the .cssClass > rect CSS selector.