Skip to content

Commit e1675b0

Browse files
committed
fix: local.css conflict
1 parent 37e3781 commit e1675b0

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

sites/wonderland/src/css/local.css

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1171,7 +1171,8 @@
11711171
.blog-author-card-posts {
11721172
font-size: 0.85rem;
11731173
color: var(--wonderland-gray-400);
1174-
=======
1174+
}
1175+
11751176
/* Mermaid diagram styling */
11761177
.mermaid {
11771178
background: transparent !important;
@@ -1180,11 +1181,13 @@
11801181
margin: 1.5rem 0;
11811182
}
11821183

1184+
/* Optional overrides for Mermaid variables */
11831185
:root {
11841186
--wonderland-accent: #978cfb;
11851187
--wonderland-lila: #6b5cff;
11861188
--wonderland-blue-800: #2a3052;
11871189
}
1190+
11881191
/* Mermaid mindmap styling */
11891192
.mermaid .mindmap-node {
11901193
fill: var(--wonderland-accent) !important;

0 commit comments

Comments
 (0)