mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-01-06 06:01:31 -05:00
feat(a11y): make completed-step more accessibility (#50457)
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user