From 5556cc93023222e4c0afbd6ec4026239fb540535 Mon Sep 17 00:00:00 2001 From: Cory Dransfeldt Date: Mon, 14 Aug 2023 13:17:44 -0700 Subject: [PATCH] chore: tweak active state --- tailwind.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tailwind.css b/tailwind.css index 265b271b..6c26c74f 100644 --- a/tailwind.css +++ b/tailwind.css @@ -18,7 +18,7 @@ .active, .active svg { - color: theme(colors.pink.500) !important; + color: theme(colors.teal.700); } .header-anchor { @@ -140,7 +140,7 @@ code[class*=language-], pre[class*=language-] { @media (prefers-color-scheme: dark) { .active, .active svg { - color: theme(colors.pink.500) !important; + color: theme(colors.teal.300); } a,