Skip to content

Commit f767473

Browse files
committed
improve dark mode search result highlight
1 parent 62c8169 commit f767473

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

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)