We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 37e3781 commit e1675b0Copy full SHA for e1675b0
1 file changed
sites/wonderland/src/css/local.css
@@ -1171,7 +1171,8 @@
1171
.blog-author-card-posts {
1172
font-size: 0.85rem;
1173
color: var(--wonderland-gray-400);
1174
-=======
+}
1175
+
1176
/* Mermaid diagram styling */
1177
.mermaid {
1178
background: transparent !important;
@@ -1180,11 +1181,13 @@
1180
1181
margin: 1.5rem 0;
1182
}
1183
1184
+/* Optional overrides for Mermaid variables */
1185
:root {
1186
--wonderland-accent: #978cfb;
1187
--wonderland-lila: #6b5cff;
1188
--wonderland-blue-800: #2a3052;
1189
1190
1191
/* Mermaid mindmap styling */
1192
.mermaid .mindmap-node {
1193
fill: var(--wonderland-accent) !important;
0 commit comments