mirror of
https://github.com/CaiJimmy/hugo-theme-stack.git
synced 2024-11-23 10:21:46 +01:00
fix(menu): consistent svg coloring in menu (#837)
* Consistent svg coloring in menu * fix: use `currentColor` to avoid breaking style of active element --------- Co-authored-by: Jimmy Cai <hi@jimmycai.com>
This commit is contained in:
parent
418d5677b1
commit
d84d0a8522
1 changed files with 1 additions and 1 deletions
|
@ -176,8 +176,8 @@
|
|||
}
|
||||
|
||||
svg {
|
||||
stroke: currentColor;
|
||||
stroke-width: 1.33;
|
||||
|
||||
width: 20px;
|
||||
height: 20px;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue