I want to change the color of 1 legend, i create a style, but looks like I doesn't work
@startuml
<STYLE>
root {
backgroundcolor #AntiqueWhite-Gold
}
class {
backgroundcolor #CornflowerBlue|Wheat
}
legend {
.gra{
backgroundColor #Wheat|CornflowerBlue
}
}
</STYLE>
class A
legend<<gra>>
This some legend text
endlegend
@enduml