Fix box and edge colours of mermaid diagrams

Signed-off-by: Nic Cope <nicc@rk0n.org>
This commit is contained in:
Nicholas Thomson 2025-03-27 12:25:33 -07:00 committed by Nic Cope
parent db98c82333
commit 45f61d1c59
1 changed files with 11 additions and 2 deletions

View File

@ -10,5 +10,14 @@
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;
}
}
}