Mermaid dark theme
parent
fc4a9b1497
commit
37beedbe96
|
@ -40,6 +40,7 @@ define([
|
|||
Mermaid = _Mermaid;
|
||||
Mermaid.initialize({
|
||||
gantt: { axisFormat: '%m-%d', },
|
||||
theme: (window.CryptPad_theme === 'dark') ? 'dark' : undefined,
|
||||
"themeCSS": mermaidThemeCSS,
|
||||
});
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue