Skip to content

Commit 6439eea

Browse files
Update Mermaid cluster text styles in dark mode for better readability
1 parent dd151d3 commit 6439eea

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

astro/src/styles/custom.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -103,8 +103,8 @@
103103

104104
:root:not([data-theme='light']) .mermaid .cluster text,
105105
:root:not([data-theme='light']) .mermaid .cluster span {
106-
fill: #1a1a1a !important;
107-
color: #1a1a1a !important;
106+
fill: #ffffff !important;
107+
color: #ffffff !important;
108108
}
109109

110110
/* Styled subgraphs — preserve semantic colors in dark mode */

0 commit comments

Comments
 (0)