Merge pull request #182 from markcheret/fixcsssreenreaders

Fix for screen readers
This commit is contained in:
Mark Cheret 2021-06-28 21:15:45 +02:00 committed by GitHub
commit aa8569b048
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -607,3 +607,12 @@ Link color set to inherit, so referrers/numbers are not grayed out.
.footnotes_logo_part2 {
color: #545f5a;
}
/** Fix for screen readers,
@reporter @markhillyer
@contributor @pewgeuges
@link https://wordpress.org/support/topic/backlink-reference-number-font-weight/
*/
.footnote_plugin_index {
font-weight: normal;
}