fix(curriculum): improve the wording of a challenge (#45677)

This commit is contained in:
yuanhepeng
2022-04-13 13:05:14 +08:00
committed by GitHub
parent f88b272f79
commit 8072041012

View File

@ -9,7 +9,7 @@ dashedName: step-17
Typeface plays an important role in the accessibility of a page. Some fonts are easier to read than others, and this is especially true on low-resolution screens.
Change the font for both the `h1` and `h2` elements to `Verdana`, and use another sans-serif _web safe_ font as a fallback.
Change the font for both the `h1` and `h2` elements to `Verdana`, and use another web-safe font in the sans-serif family as a fallback.
Also, add a `border-bottom` of `4px solid #dfdfe2` to `h2` elements to make the sections distinct.