chore: search links
This commit is contained in:
parent
03dad81b48
commit
34e0cbaa5e
1 changed files with 16 additions and 0 deletions
16
tailwind.css
16
tailwind.css
|
@ -24,6 +24,18 @@ body, html {
|
|||
background: theme(colors.pink.500) !important;
|
||||
}
|
||||
|
||||
.pagefind-ui__form .pagefind-ui__result-link {
|
||||
color: theme(colors.purple.600) !important;
|
||||
@apply !ease-in-out;
|
||||
@apply !duration-300;
|
||||
}
|
||||
|
||||
.pagefind-ui__form .pagefind-ui__result-link:hover,
|
||||
.pagefind-ui__form .pagefind-ui__result-link:focus,
|
||||
.pagefind-ui__form .pagefind-ui__result-link:active {
|
||||
color: theme(colors.pink.500) !important;
|
||||
}
|
||||
|
||||
::-moz-selection {
|
||||
color: theme(colors.white);
|
||||
background: theme(colors.pink.500);
|
||||
|
@ -176,6 +188,10 @@ code[class*=language-], pre[class*=language-] {
|
|||
color: theme(colors.teal.300);
|
||||
}
|
||||
|
||||
.pagefind-ui__form .pagefind-ui__result-link {
|
||||
color: theme(colors.purple.400) !important;
|
||||
}
|
||||
|
||||
a,
|
||||
.prose a {
|
||||
color: theme(colors.purple.400);
|
||||
|
|
Reference in a new issue