Fix menu results svg stroke color
Some checks failed
Deploy to GitHub Pages / build (push) Has been cancelled
Deploy to GitHub Pages / deploy (push) Has been cancelled

This commit is contained in:
Misode
2025-05-19 22:30:35 +02:00
parent ae87eb59f0
commit a7141c033e

View File

@@ -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;