diff options
fix: also on focus i think is good
Diffstat (limited to 'src/app.css')
| -rw-r--r-- | src/app.css | 2 |
1 files changed, 1 insertions, 1 deletions
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 { |