From 6ae759fc97463dfe1813a060c1a8ca8ec93ff80b Mon Sep 17 00:00:00 2001 From: Harmeet singh <55615244+harmeetsingh01@users.noreply.github.com> Date: Mon, 29 May 2023 01:24:02 +0530 Subject: [PATCH] feat(a11y): make completed-step more accessibility (#50457) --- client/src/templates/Introduction/intro.css | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/client/src/templates/Introduction/intro.css b/client/src/templates/Introduction/intro.css index ba8aca56f13..e831884a80a 100644 --- a/client/src/templates/Introduction/intro.css +++ b/client/src/templates/Introduction/intro.css @@ -285,9 +285,13 @@ button.map-title { position: relative; } +.challenge-completed:focus-visible { + outline-color: var(--secondary-color); +} + .challenge-completed span { - font-weight: 700; - font-size: 1.3rem; + font-weight: 900; + font-size: 1.5rem; margin-top: -0.05rem; }