mirror of https://github.com/crossplane/docs.git
24 lines
594 B
SCSS
24 lines
594 B
SCSS
.mermaid{
|
|
fill: var(--body-font-color) !important;
|
|
|
|
.messageText, .loopText>tspan, .marker, .marker.cross{
|
|
color: var(--body-font-color) !important;
|
|
fill: var(--body-font-color) !important;
|
|
}
|
|
|
|
.flowchart-link{
|
|
stroke: var(--body-font-color) !important;
|
|
}
|
|
|
|
.cluster {
|
|
&>rect {
|
|
fill: color-mix(in srgb,
|
|
color-mix(in srgb, var(--hint-note-background) 50%, #ffffff 50%) 80%,
|
|
transparent 100%) !important;
|
|
}
|
|
span {
|
|
color: var(--body-font-color) !important;
|
|
}
|
|
}
|
|
}
|