From fce199156bb2a602a5fea34833699b529ba22e1f Mon Sep 17 00:00:00 2001 From: Reza Rezvani Date: Wed, 11 Mar 2026 12:19:15 +0100 Subject: [PATCH] fix(docs): remove hardcoded dark colors from Mermaid diagram on plugins page The style directives used dark theme colors (#161b22, #30363d) making text invisible in light mode. Removed to let Mermaid use theme defaults. Co-Authored-By: Claude Opus 4.6 --- docs/plugins/index.md | 4 ---- 1 file changed, 4 deletions(-) diff --git a/docs/plugins/index.md b/docs/plugins/index.md index 8c99d60..55f7a68 100644 --- a/docs/plugins/index.md +++ b/docs/plugins/index.md @@ -120,10 +120,6 @@ graph TB MP --> Bundles MP --> Standalone - - style Registry fill:#1f6feb,color:#fff,stroke:none - style Bundles fill:#161b22,color:#c9d1d9,stroke:#30363d - style Standalone fill:#161b22,color:#c9d1d9,stroke:#30363d ``` ---