chore: search highlight
This commit is contained in:
parent
928e5abdda
commit
03dad81b48
1 changed files with 5 additions and 1 deletions
|
@ -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);
|
||||
|
|
Reference in a new issue