Changes to formatting

This commit is contained in:
ZareMate 2024-12-12 18:51:34 +01:00
parent 5f45bbdba4
commit 1aa5a04b6a
2 changed files with 2 additions and 1 deletions

View File

@ -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

View File

@ -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