From d7d0385e29b840ccd089108b2d98d3c6810a0d73 Mon Sep 17 00:00:00 2001 From: Marcus Kammer Date: Wed, 1 Jan 2025 21:53:07 +0100 Subject: [PATCH] Update plantuml styles --- plantuml/plantuml.config | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/plantuml/plantuml.config b/plantuml/plantuml.config index 3a263866..618a5205 100644 --- a/plantuml/plantuml.config +++ b/plantuml/plantuml.config @@ -16,9 +16,12 @@ arrow { LineThickness 2 } wbsDiagram { - Linecolor darkgray + Linecolor lightgray + node { + BackgroundColor lightgray + } arrow { - LineColor darkgray + LineColor lightgray } }