Skip to content

Commit 8803d52

Browse files
committed
style tests
1 parent 7603bfd commit 8803d52

File tree

2 files changed

+42
-0
lines changed

2 files changed

+42
-0
lines changed
Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
{
2+
"sha1": "poi0ntpzwoyx7e9li9jr8iw8iyv6at4",
3+
"insertion": {
4+
"when": "2025-06-11T17:14:52.832Z",
5+
"url": "https://github.com/plantuml/plantuml/issues/2171",
6+
7+
}
8+
}
9+
@startuml
10+
<style>
11+
.a {BackGroundColor pink}
12+
</style>
13+
14+
card c
15+
card red <<a>>
16+
17+
<style>
18+
.a {BackGroundColor palegreen}
19+
</style>
20+
card green <<a>>
21+
@enduml
Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
{
2+
"sha1": "qd8h459h58zdcbcyzqnoakbkdre3u73",
3+
"insertion": {
4+
"when": "2025-06-11T17:14:52.791Z",
5+
"url": "https://github.com/plantuml/plantuml/issues/2171",
6+
7+
}
8+
}
9+
@startuml
10+
<style>
11+
.a {BackGroundColor pink}
12+
</style>
13+
14+
class c
15+
class red <<a>>
16+
17+
<style>
18+
.a {BackGroundColor palegreen}
19+
</style>
20+
class green <<a>>
21+
@enduml

0 commit comments

Comments
 (0)