Improve accessibility of blockquotes in docs #3416
Open
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
The TypeScript documentation is solid. There's a small change I'd like to suggest, please, to improve the readability and accessibility of the docs: Currently, the blockquotes render at
12.8px
based on afont-size: 0.8rem
rule. This makes the text too small to read. I think the blockquotes often have important content that should be easily readable and have the same font size as the body text. If you deem that16px (1rem)
is too large, could we make it at least14px (0.875rem)
, please?Thank you in advance for considering this change 🙏