File tree 3 files changed +35
-7
lines changed 3 files changed +35
-7
lines changed Original file line number Diff line number Diff line change 41
41
}
42
42
43
43
.home-button : hover svg {
44
- fill : blue ;
44
+ fill : 4955 dc ;
45
45
transform : scale (1.5 );
46
46
}
47
47
Original file line number Diff line number Diff line change 4
4
< title > TypeScript Call Graph</ title >
5
5
< link rel ="icon " href ="data:;base64,iVBORw0KGgo= ">
6
6
< style >
7
+ body {
8
+ margin : 40px ;
9
+ font-family : sans-serif;
10
+ }
7
11
12
+ h2 {
13
+ color : # 383faa ;
14
+ font-size : 28px ;
15
+ pointer-events : none;
16
+ user-select : none;
17
+ }
18
+
19
+ a {
20
+ color : # 4955dc ;
21
+ margin : 20px 0 20px 40px ;
22
+ display : inline-block;
23
+ }
24
+
25
+ img {
26
+ border : 1px solid # 4955dc ;
27
+ border-radius : 5px ;
28
+ padding : 10px ;
29
+ }
30
+
31
+ .wip {
32
+ font-size : 10px ;
33
+ color : # 888888 ;
34
+ }
8
35
</ style >
9
36
</ head >
10
37
11
38
< body >
12
39
< h2 >
13
- WELCOME !!!
40
+ TypeScript Call Graph
14
41
</ h2 >
15
42
16
- < a id ="cascade " href ="cascade/index.html?start=pleaseSelectFunction "> Cascade</ a >
43
+ < a id ="cascade " href ="cascade/index.html?start=pleaseSelectFunction ">
44
+ < img src ="cascade.png ">
45
+ </ a >
17
46
18
47
< br >
19
-
20
- < a href ="graphviz/index.html "> Graphviz</ a >
48
+ < a href ="graphviz/index.html "> Graphviz</ a > < span class ="wip "> WIP</ span >
21
49
< br >
22
50
23
- < a href ="arc/index.html "> Arc</ a >
51
+ < a href ="arc/index.html "> Arc</ a > < span class =" wip " > WIP </ span >
24
52
< br >
25
53
26
- < a href ="mermaid/index.html "> Mermaid</ a >
54
+ < a href ="mermaid/index.html "> Mermaid</ a > < span class =" wip " > WIP </ span >
27
55
28
56
< script >
29
57
You can’t perform that action at this time.
0 commit comments