mirror of
https://github.com/CaiJimmy/hugo-theme-stack.git
synced 2025-04-29 03:53:30 +08:00
fix: use currentColor
to avoid breaking style of active element
This commit is contained in:
parent
147707379d
commit
f23002b45c
@ -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;
|
||||||
|
Loading…
Reference in New Issue
Block a user