This commit is contained in:
InsanusMokrassar
2023-07-22 16:31:39 +00:00
parent 2fe2de12c1
commit 618257f439
41 changed files with 2007 additions and 107 deletions

1630
resources/js/mermaid.min.js vendored Normal file

File diff suppressed because one or more lines are too long

View File

@@ -1,11 +1,19 @@
.navigation-part > rect {
stroke: black !important;
}
.navigation-paused > rect {
.navigation-started > rect {
fill: #9d9d54 !important;
stroke: black !important;
}
.navigation-resumed > rect {
fill: seagreen !important;
stroke: black !important;
}
.navigation-created > rect {
fill: indianred !important;
stroke: black !important;
}
.navigation-new > rect {
fill: darkgray !important;
stroke: black !important;
}