diff --git a/app.vue b/app.vue index 849c4c48..7f70b999 100644 --- a/app.vue +++ b/app.vue @@ -17,6 +17,11 @@ html { @apply antialiased bg-brand-4; } +/* Add global focus styles */ +:focus-visible { + @apply outline-none ring-2 ring-brand-1 ring-offset-2 rounded ring-offset-transparent; +} + p a { @apply transform decoration-1 decoration-gray/50 underline underline-offset-3; } diff --git a/components/Blog/Card.vue b/components/Blog/Card.vue index 1ce19726..b1403c4a 100644 --- a/components/Blog/Card.vue +++ b/components/Blog/Card.vue @@ -11,14 +11,12 @@ defineProps<{