From cf682c8125ea2fcd1511bd0859a53d17b1a423c7 Mon Sep 17 00:00:00 2001 From: Sho Ishida Date: Fri, 17 Jul 2026 14:11:08 +0000 Subject: [PATCH] Fix a typo in color definitions --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index cd5c35a..2f66d90 100644 --- a/README.md +++ b/README.md @@ -90,6 +90,6 @@ graph TD Nodes & PortfolioVM --->|DNS Lookups| VM1 %% Subgraph Colors - style Nodes fill:#212c2a,stroke:#7099f,stroke-width:1px; + style Nodes fill:#212c2a,stroke:#70a99f,stroke-width:1px; style PortfolioVM fill:#161d1c,stroke:#415854,stroke-width:2px; ```