Update plantuml

This commit is contained in:
Marcus Kammer 2025-01-07 14:49:12 +01:00
parent a372ff0da6
commit da00611ccf
Signed by: marcuskammer
GPG key ID: C374817BE285268F

View file

@ -4,18 +4,48 @@ skinparam padding 5
skinparam nodesep 60
skinparam ranksep 80
<style>
root {
root {
FontName "Noto Sans Regular"
FontSize 14
FontSize 12
RoundCorner 10
LineThickness 1.5
BackGroundColor transparent
}
arrow {
}
node {
BackgroundColor lightgray
}
arrow {
Color #666666
LineThickness 2
}
wbsDiagram {
}
group {
BackgroundColor lightgray
LineColor gray
FontStyle italic
}
note {
BackgroundColor yellow
LineColor orange
FontSize 12
}
activityDiagram {
BackgroundColor lightgray
diamond {
BackgroundColor lightgray
}
partition {
BackgroundColor transparent
}
}
sequenceDiagram {
Linecolor lightgray
participant {
BackgroundColor lightgray
}
}
wbsDiagram {
Linecolor lightgray
node {
BackgroundColor lightgray
@ -23,7 +53,10 @@ wbsDiagram {
arrow {
LineColor lightgray
}
}
}
document {
BackgroundColor transparent
}
</style>
skinparam handwritten false
skinparam shadowing false