chore: search highlight

This commit is contained in:
Cory Dransfeldt 2023-08-17 12:40:12 -07:00
parent 928e5abdda
commit 03dad81b48
No known key found for this signature in database

View file

@ -3,7 +3,6 @@
@tailwind utilities;
body {
--pagefind-ui-scale: 1.1;
--pagefind-ui-primary: theme(colors.purple.600);
--pagefind-ui-text: theme(colors.gray.800);
--pagefind-ui-background: theme(colors.white);
@ -20,6 +19,11 @@ body, html {
color: theme(colors.gray.900)
}
.pagefind-ui__form mark {
color: theme(colors.white) !important;
background: theme(colors.pink.500) !important;
}
::-moz-selection {
color: theme(colors.white);
background: theme(colors.pink.500);