feat(a11y): make completed-step more accessibility (#50457)

This commit is contained in:
Harmeet singh 2023-05-29 01:24:02 +05:30 committed by GitHub
parent 64a5238af0
commit 6ae759fc97
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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;
}