From ec6590af7d631206a3d054bf6edadc29e6e789a9 Mon Sep 17 00:00:00 2001 From: Cory Dransfeldt Date: Tue, 12 Dec 2023 20:48:56 -0800 Subject: [PATCH] fix: active state --- tailwind.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tailwind.css b/tailwind.css index 1f17da7d..40974f32 100644 --- a/tailwind.css +++ b/tailwind.css @@ -50,7 +50,7 @@ html { .active, .active svg { - color: theme(colors.blue.600); + color: theme(colors.blue.600) !important; } .header-anchor {