From 1aa5a04b6a083c7be3f2049aca390e89453e54ef Mon Sep 17 00:00:00 2001 From: ZareMate <0.zaremate@gmail.com> Date: Thu, 12 Dec 2024 18:51:34 +0100 Subject: [PATCH] Changes to formatting --- power/power-example.md | 1 + power/power-template.md | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/power/power-example.md b/power/power-example.md index c264065..2fb0d50 100644 --- a/power/power-example.md +++ b/power/power-example.md @@ -1,5 +1,6 @@ ```mermaid graph TD; + %%{init: {'theme':'dark'}}%% %% Class Definitions classDef root fill:#ff0000,stroke:#000,stroke-width:2,color:#fff; %% Red background, white text classDef branch fill:#000000,stroke:#000,stroke-width:2,color:#fff; %% Black background, white text diff --git a/power/power-template.md b/power/power-template.md index 13bdc7e..91471a2 100644 --- a/power/power-template.md +++ b/power/power-template.md @@ -1,6 +1,6 @@ ```mermaid graph TD; - %%{init: {'theme':'base'}}%% + %%{init: {'theme':'dark'}}%% %% Class Definitions classDef root fill:#ff0000,stroke:#000,stroke-width:2,color:#fff; %% Red background, white text classDef branch fill:#000000,stroke:#000,stroke-width:2,color:#fff; %% Black background, white text