Merged with mainline develop

This commit is contained in:
Chris Moran
2020-06-08 14:58:42 -04:00
27 changed files with 786 additions and 358 deletions

View File

@@ -59,4 +59,7 @@ $todayLineColor: #DB5757;
/* state colors */
$labelColor: black;
$errorBkgColor: #a44141;
$errorTextColor: #ddd;
@import '../mermaid';

View File

@@ -57,4 +57,7 @@ $todayLineColor: red;
/* state colors */
$labelColor: black;
$errorBkgColor: #552222;
$errorTextColor: #552222;
@import '../mermaid';

View File

@@ -58,4 +58,7 @@ $todayLineColor: red;
/* state colors */
$labelColor: black;
$errorBkgColor: #552222;
$errorTextColor: #552222;
@import '../mermaid';

View File

@@ -17,3 +17,10 @@
// --mermaid-alt-font-family: '"Lucida Console", Monaco, monospace';
}
.error-icon {
fill: $errorBkgColor;
}
.error-text {
fill: $errorTextColor;
stroke: $errorTextColor;
}

View File

@@ -62,4 +62,7 @@ $todayLineColor: $critBkgColor;
/* state colors */
$labelColor: black;
$errorBkgColor: #552222;
$errorTextColor: #552222;
@import '../mermaid';