File tree 1 file changed +0
-45
lines changed
packages/console/src/mdx-components/Mermaid
1 file changed +0
-45
lines changed Original file line number Diff line number Diff line change @@ -8,51 +8,6 @@ mermaid.initialize({
8
8
startOnLoad : true ,
9
9
theme : 'default' ,
10
10
securityLevel : 'loose' ,
11
- themeCSS : `
12
- g.classGroup rect {
13
- fill: #282a36;
14
- stroke: #6272a4;
15
- }
16
- g.classGroup text {
17
- fill: #f8f8f2;
18
- }
19
- g.classGroup line {
20
- stroke: #f8f8f2;
21
- stroke-width: 0.5;
22
- }
23
- .classLabel .box {
24
- stroke: #21222c;
25
- stroke-width: 3;
26
- fill: #21222c;
27
- opacity: 1;
28
- }
29
- .classLabel .label {
30
- fill: #f1fa8c;
31
- }
32
- .relation {
33
- stroke: #ff79c6;
34
- stroke-width: 1;
35
- }
36
- #compositionStart, #compositionEnd {
37
- fill: #bd93f9;
38
- stroke: #bd93f9;
39
- stroke-width: 1;
40
- }
41
- #aggregationEnd, #aggregationStart {
42
- fill: #21222c;
43
- stroke: #50fa7b;
44
- stroke-width: 1;
45
- }
46
- #dependencyStart, #dependencyEnd {
47
- fill: #00bcd4;
48
- stroke: #00bcd4;
49
- stroke-width: 1;
50
- }
51
- #extensionStart, #extensionEnd {
52
- fill: #f8f8f2;
53
- stroke: #f8f8f2;
54
- stroke-width: 1;
55
- }` ,
56
11
fontFamily : 'Fira Code' ,
57
12
} ) ;
58
13
You can’t perform that action at this time.
0 commit comments