mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-09-22 08:50:13 +02:00
some clean up, fix mix.html 404
This commit is contained in:
4
dist/mermaid.dark.css
vendored
4
dist/mermaid.dark.css
vendored
@@ -2,7 +2,7 @@
|
||||
/* Sequence Diagram variables */
|
||||
/* Gantt chart variables */
|
||||
.mermaid .label {
|
||||
color: #333;
|
||||
color: #323D47;
|
||||
}
|
||||
.node rect,
|
||||
.node circle,
|
||||
@@ -50,7 +50,7 @@ text.actor {
|
||||
stroke: lightgrey;
|
||||
}
|
||||
#arrowhead {
|
||||
fill: lightgrey;
|
||||
fill: lightgrey !important;
|
||||
}
|
||||
#crosshead path {
|
||||
fill: lightgrey !important;
|
||||
|
@@ -1,4 +1,4 @@
|
||||
.mermaid .label { color:#333 }
|
||||
.mermaid .label { color: @darkTextColor }
|
||||
|
||||
.node rect,
|
||||
.node circle,
|
||||
|
@@ -27,8 +27,9 @@ text.actor {
|
||||
}
|
||||
|
||||
#arrowhead {
|
||||
fill:@signalColor;
|
||||
fill: @signalColor !important;
|
||||
}
|
||||
|
||||
#crosshead path {
|
||||
fill: @signalColor !important;
|
||||
stroke: @signalColor !important;
|
||||
|
@@ -68,7 +68,6 @@
|
||||
body {
|
||||
background: #323D47;
|
||||
font-family: sans-serif;
|
||||
color: #ccc;
|
||||
}
|
||||
</style>
|
||||
|
||||
@@ -106,8 +105,8 @@
|
||||
B-- ... default style on links -->Z>My default thing this]
|
||||
C-->D{condition};
|
||||
|
||||
linkStyle 0 stroke-width:2px,fill:none,stroke:blue;
|
||||
linkStyle default stroke-width:2px,fill:none,stroke:red;
|
||||
linkStyle 0 stroke-width:2px,fill:none,stroke:steelblue;
|
||||
linkStyle default stroke-width:2px,fill:none,stroke:crimson;
|
||||
|
||||
</div>
|
||||
<hr/>
|
||||
|
@@ -3,7 +3,7 @@
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<link rel="stylesheet" href="../dist/mermaid.forest.css"/>
|
||||
<script src="../dist/mermaid.full.js"></script>
|
||||
<script src="../dist/mermaid.js"></script>
|
||||
<script>
|
||||
var mermaid_config = {
|
||||
startOnLoad:true,
|
||||
|
Reference in New Issue
Block a user