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