From 03dad81b48da263913a002f4eedc1def59ec146d Mon Sep 17 00:00:00 2001 From: Cory Dransfeldt Date: Thu, 17 Aug 2023 12:40:12 -0700 Subject: [PATCH] chore: search highlight --- tailwind.css | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/tailwind.css b/tailwind.css index 8b6d5d81..09c45ffc 100644 --- a/tailwind.css +++ b/tailwind.css @@ -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);