Skip to content

Commit 03904f4

Browse files
authored
Fix: admonition svg color in light mode (#1127)
1 parent d9aee18 commit 03904f4

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/components/Admonition.module.css

+5
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)