CaiJimmy / hugo-theme-stack

Card-style Hugo theme designed for bloggers
https://stack.jimmycai.com
GNU General Public License v3.0
5.06k stars 1.66k forks source link

fix(menu): consistent svg coloring in menu #837

Closed brandonszeto closed 1 year ago

brandonszeto commented 1 year ago

Previously, the color of svgs in the menu were not consistent:

image image

Fixed coloring:

image image

All I did was add:

stroke: var(--body-text-color);

to the svg attribute in menu.scss

CaiJimmy commented 1 year ago

I changed it to currentColor. Thanks for the PR! ♥