Skip to content

Commit 6ef0904

Browse files
committed
Add global mermaid theming
1 parent 995e3f1 commit 6ef0904

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

docusaurus.config.js

+9
Original file line numberDiff line numberDiff line change
@@ -524,6 +524,15 @@ const config = {
524524
insights: false,
525525
contextualSearch: true,
526526
},
527+
mermaid: {
528+
theme: { light: "base", dark: "forest" },
529+
options: {
530+
themeVariables: {
531+
primaryColor: "#b2dfdb",
532+
primaryBorderColor: "#00695c",
533+
},
534+
},
535+
},
527536
}),
528537
};
529538

0 commit comments

Comments
 (0)