Skip to content

Commit 25ab431

Browse files
committed
Fix: admonition svg color in light mode
1 parent 2394c74 commit 25ab431

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/components/Admonition.module.css

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,11 @@
1919
}
2020

2121
.admonitionIcon svg {
22+
stroke: var(--color-black);
23+
fill: var(--color-black);
24+
}
25+
26+
:global(.dark) .admonitionIcon svg {
2227
stroke: rgb(253, 253, 254);
2328
fill: rgb(253, 253, 254);
2429
}

0 commit comments

Comments
 (0)