mirror of https://github.com/crossplane/docs.git
Fix box and edge colours of mermaid diagrams
Signed-off-by: Nic Cope <nicc@rk0n.org>
This commit is contained in:
parent
db98c82333
commit
45f61d1c59
|
@ -10,5 +10,14 @@
|
||||||
stroke: var(--body-font-color) !important;
|
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;
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
Loading…
Reference in New Issue