I want to change the font (color, size...) of the text on the link (Change_font
), but I am not able to figure out. Can someone help?
<script src="https://cdnjs.cloudflare.com/ajax/libs/mermaid/9.0.1/mermaid.min.js"></script>
<div class="mermaid">
graph TD;
A[Hello]--Change_font-->B[of_text]
</div>