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,