Consistent svg coloring in menu

This commit is contained in:
Brandon Szeto 2023-07-09 13:21:08 -07:00
parent aae9cf67db
commit 1b8cb01201

View File

@ -176,8 +176,8 @@
} }
svg { svg {
stroke: var(--body-text-color);
stroke-width: 1.33; stroke-width: 1.33;
width: 20px; width: 20px;
height: 20px; height: 20px;
} }