mirror of
				https://github.com/mermaid-js/mermaid.git
				synced 2025-11-03 20:34:20 +01:00 
			
		
		
		
	Fix for issue #128 - flowchart - styling of edges via css overrides specific styles set in the graph definition
This commit is contained in:
		@@ -25,7 +25,7 @@
 | 
			
		||||
    </style>
 | 
			
		||||
    <link rel="stylesheet" href="seq.css"/>
 | 
			
		||||
    <lnk rel="stylesheet" href="https://raw.githubusercontent.com/knsv/mermaid/master/dist/mermaid.forest.css"/>
 | 
			
		||||
    <link rel="stylesheet" href="../dist/mermaid.forest.css"/>
 | 
			
		||||
    <link rel="stylesheet" href="../dist/mermaid.css"/>
 | 
			
		||||
</head>
 | 
			
		||||
    <body>
 | 
			
		||||
    <div  class="mermaid">
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user