Skip to content

Commit 8a1a0b7

Browse files
authored
Fix diagram styling for light background in mermaid flowchart (#54)
1 parent 2df3514 commit 8a1a0b7

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,10 @@ The application:
206206
6. **Renames & saves** - Moves to output directory with proper naming; auto-cleans temporary directory after successful completion
207207

208208
```mermaid
209+
%%{init: {"theme": "base", "themeVariables": {"primaryColor": "#ffffff", "primaryTextColor": "#111111", "primaryBorderColor": "#111111", "secondaryColor": "#ffffff", "tertiaryColor": "#ffffff", "textColor": "#111111", "lineColor": "#111111", "edgeLabelBackground": "#ffffff", "noteBkgColor": "#ffffff", "noteTextColor": "#111111", "fontSize": "18px"}, "flowchart": {"curve": "linear"}}}%%
209210
graph TD
211+
classDef default fill:#ffffff,stroke:#111111,color:#111111,stroke-width:2px;
212+
linkStyle default stroke:#111111,stroke-width:2px;
210213
A["Insert Disc"] --> B["Scan Disc<br/>makemkvcon info"]
211214
B --> C{"Detect<br/>Content Type"}
212215
C -->|Movie| D["Identify Main Feature<br/>45+ minutes"]

0 commit comments

Comments
 (0)