From b875a1d2cd661f3144f081db53633c38bfcf3c64 Mon Sep 17 00:00:00 2001 From: memdmp Date: Wed, 14 Jan 2026 14:24:32 +0100 Subject: fix: also on focus i think is good --- src/app.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/app.css') diff --git a/src/app.css b/src/app.css index 99fb8c1..ce8d746 100644 --- a/src/app.css +++ b/src/app.css @@ -64,7 +64,7 @@ } } @utility quicklink { - @apply text-accent-primary transition-all afterunderline-accent-primary hover:afterunderline-hoverstate active:afterunderline-hoverstate hover:text-white active:text-white; + @apply text-accent-primary transition-all afterunderline-accent-primary hover:afterunderline-hoverstate active:afterunderline-hoverstate focus:afterunderline-hoverstate hover:text-white active:text-white focus:text-white; } @utility internal-header-active { -- cgit v1.2.3