add borders to increase accessibility

reflect updates from the original source
This commit is contained in:
Minh 2021-11-05 15:57:44 +09:00 committed by GitHub
parent 0bc682468f
commit 766d780d57
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 6 additions and 3 deletions

View File

@ -24,8 +24,9 @@ skinparam sequenceDivider {
skinparam participant {
BackgroundColor FF6F61
BorderColor FF6F61
BorderColor 454645
FontColor White
BorderThickness 1.5
}
skinparam database {
@ -42,8 +43,9 @@ skinparam entity {
skinparam note {
BackgroundColor LightGreen
BorderColor LightGreen
BorderColor 454645
FontColor 454645
BorderThickness 1
}
skinparam actor {
@ -68,6 +70,7 @@ skinparam collections {
BackgroundColor FF6F61
BorderColor 454645
FontColor 454645
BorderThickness 1.5
}
skinparam queue {
@ -75,4 +78,4 @@ skinparam queue {
BorderColor 454645
FontColor FFF
BorderThickness 1.5
}
}