mirror of
https://github.com/CaiJimmy/hugo-theme-stack.git
synced 2025-04-28 19:43:31 +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 {
|
||||
stroke: var(--body-text-color);
|
||||
stroke: currentColor;
|
||||
stroke-width: 1.33;
|
||||
width: 20px;
|
||||
height: 20px;
|
||||
|
Loading…
Reference in New Issue
Block a user