Fix a typo in color definitions

This commit is contained in:
Sho Ishida 2026-07-17 14:11:08 +00:00
parent bb56cf1840
commit cf682c8125

View File

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