Skip to content

Commit

Permalink
Use neutral style
Browse files Browse the repository at this point in the history
  • Loading branch information
mvdbeek committed Dec 9, 2024
1 parent 72ebf97 commit 3b0a444
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions website/components/MarkdownRenderer.vue
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,7 @@ const renderedHtml = ref<string>("");
// Initialize Mermaid
mermaid.initialize({
startOnLoad: false,
theme: "default",
themeVariables: {
background: "#f4f4f4",
}
theme: "neutral",
});
// Watch Markdown Content for Changes
Expand Down

0 comments on commit 3b0a444

Please sign in to comment.