From 34e0cbaa5ea2d8f3364b0e88fa7b4ee307ebca21 Mon Sep 17 00:00:00 2001 From: Cory Dransfeldt Date: Thu, 17 Aug 2023 12:46:52 -0700 Subject: [PATCH] chore: search links --- tailwind.css | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/tailwind.css b/tailwind.css index 09c45ffc..34844030 100644 --- a/tailwind.css +++ b/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);