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