fix: use currentColor to avoid breaking style of active element

This commit is contained in:
Jimmy Cai 2023-09-03 16:13:03 +02:00
parent 147707379d
commit f23002b45c

View File

@ -176,7 +176,7 @@
} }
svg { svg {
stroke: var(--body-text-color); stroke: currentColor;
stroke-width: 1.33; stroke-width: 1.33;
width: 20px; width: 20px;
height: 20px; height: 20px;