From 742f91c747ef43241029cfb7b9ba5f66c7ba6388 Mon Sep 17 00:00:00 2001 From: Matthew Hilton Date: Mon, 29 Jul 2024 12:02:26 +1000 Subject: [PATCH] update graph --- TAGGING.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/TAGGING.md b/TAGGING.md index c5224120..b6e7d8ae 100644 --- a/TAGGING.md +++ b/TAGGING.md @@ -47,13 +47,13 @@ graph LR UploadObjectStaging --- Blocked Blocked -.-> Object - style Object fill:#ffcd75,stroke:#ffa812 - style S3 fill:#ffd68f,stroke:#ffa812 - style Prod fill:#c2ffcc,stroke:#26ff4a - style UploadObjectProd fill:#c2ffcc,stroke:#26ff4a - style Staging fill:#ddd9ff,stroke:#978aff - style UploadObjectStaging fill:#ddd9ff,stroke:#978aff - style Blocked fill:#ff6161,stroke:#ff0000 + style Object fill:#ffffff00,stroke:#ffa812 + style S3 fill:#ffffff00,stroke:#ffa812 + style Prod fill:#ffffff00,stroke:#26ff4a + style UploadObjectProd fill:#ffffff00,stroke:#26ff4a + style Staging fill:#ffffff00,stroke:#978aff + style UploadObjectStaging fill:#ffffff00,stroke:#978aff + style Blocked fill:#ffffff00,stroke:#ff0000 ``` ## Reporting