Skip to content

Commit 727d9fd

Browse files
committed
improve dark mode search result highlight
1 parent c78154c commit 727d9fd

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/components/Search.astro

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -204,7 +204,8 @@
204204
}
205205

206206
.dark .pagefind-custom mark {
207-
background-color: hsl(48 96% 25%);
207+
background-color: hsl(48 96% 40%);
208+
color: hsl(48 96% 10%);
208209
}
209210

210211
/* Hide images in results */

0 commit comments

Comments
 (0)