some clean up, fix mix.html 404

This commit is contained in:
Carlos Rodriguez
2016-03-12 13:23:31 -05:00
parent bba1050e5e
commit d763fffd7a
6 changed files with 68 additions and 68 deletions

View File

@@ -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;

View File

@@ -1,4 +1,4 @@
.mermaid .label { color:#333 } .mermaid .label { color: @darkTextColor }
.node rect, .node rect,
.node circle, .node circle,

View File

@@ -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;

View File

@@ -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/>

View File

@@ -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,