Closed brandonszeto closed 1 year ago
Previously, the color of svgs in the menu were not consistent:
Fixed coloring:
All I did was add:
stroke: var(--body-text-color);
to the svg attribute in menu.scss
I changed it to currentColor. Thanks for the PR! ♥
currentColor
Previously, the color of svgs in the menu were not consistent:
Fixed coloring:
All I did was add:
stroke: var(--body-text-color);
to the svg attribute in menu.scss