From a7141c033eb64f4db370a0c007b815461dee2423 Mon Sep 17 00:00:00 2001 From: Misode Date: Mon, 19 May 2025 22:30:35 +0200 Subject: [PATCH] Fix menu results svg stroke color --- src/styles/global.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/styles/global.css b/src/styles/global.css index 09e862c2..5673f059 100644 --- a/src/styles/global.css +++ b/src/styles/global.css @@ -242,7 +242,8 @@ nav li .btn svg { .fancy-menu-results > * svg { width: 16px; height: 16px; - fill: var(--nav); + color: var(--nav); + fill: currentColor; margin-left: 8px; margin-right: 6px; transition: margin 0.2s;