mermaid/src/themes/mermaid.scss

26 lines
499 B
SCSS
Raw Normal View History

2018-03-13 14:49:46 +08:00
@import 'flowchart';
2018-03-12 20:10:33 +08:00
@import 'sequence';
@import 'gantt';
@import 'class';
@import 'git';
2019-09-11 21:20:28 +02:00
@import 'pie';
@import 'state';
2019-10-12 16:53:21 +02:00
// .composit {
// fill: white;
// border-bottom: 1px
// }
:root {
--mermaid-font-family: '"trebuchet ms", verdana, arial';
--mermaid-font-family: "Comic Sans MS", "Comic Sans", cursive;
// --mermaid-alt-font-family: '"Lucida Console", Monaco, monospace';
}
2019-10-12 16:53:21 +02:00
.error-icon {
fill: $errorBkgColor;
}
.error-text {
fill: $errorTextColor;
stroke: $errorTextColor;
}