Set light theme as default
This commit is contained in:
parent
9d4fda1dec
commit
fe7b7e9dd4
1 changed files with 1 additions and 1 deletions
|
@ -85,8 +85,8 @@ function setMermaidTheme(siteTheme) {
|
|||
}
|
||||
|
||||
function initMermaid() {
|
||||
setMermaidTheme("light");
|
||||
saveOriginalData().catch(console.error);
|
||||
setMermaidTheme("light");
|
||||
}
|
||||
|
||||
export { setMermaidTheme }
|
Loading…
Add table
Add a link
Reference in a new issue