From 587ea06347dde9ba344e7760a06b98c68ad22e4f Mon Sep 17 00:00:00 2001 From: fero Date: Mon, 11 Mar 2024 11:16:26 -0700 Subject: [PATCH] chore (a11y): focus rings --- src/app.pcss | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/app.pcss b/src/app.pcss index 0c59719..50e1cb4 100644 --- a/src/app.pcss +++ b/src/app.pcss @@ -34,6 +34,11 @@ h3 { color: #000; } +:focus, +:focus-visible { + @apply outline-none ring-2 ring-sky-400; +} + .cta-button { background: linear-gradient(0deg, rgba(0, 0, 0, 0.06), rgba(0, 0, 0, 0.06)), radial-gradient(109.26% 109.26% at 49.83% 13.37%, #ffffff 0%, #babaca 100%);