docs: Fixed mermaid diagram node label contrast in dark mode

(cherry picked from commit b6a91d4c39)
This commit is contained in:
SkyZeroZx 2025-11-12 14:37:01 -05:00 committed by Jessica Janiuk
parent be371292f2
commit 31ca56aa20

View file

@ -69,6 +69,7 @@
}
.nodeLabel p {
color: var(--primary-contrast) !important;
font-weight: 800 !important;
}
}