Skip to content

Commit a7141c0

Browse files
committed
Fix menu results svg stroke color
1 parent ae87eb5 commit a7141c0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/styles/global.css

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -242,7 +242,8 @@ nav li .btn svg {
242242
.fancy-menu-results > * svg {
243243
width: 16px;
244244
height: 16px;
245-
fill: var(--nav);
245+
color: var(--nav);
246+
fill: currentColor;
246247
margin-left: 8px;
247248
margin-right: 6px;
248249
transition: margin 0.2s;

0 commit comments

Comments
 (0)