Fix for screen readers

This commit is contained in:
@lolzim 2021-06-14 21:27:14 +02:00
parent 3eeef30147
commit f8b146bb93
1 changed files with 9 additions and 0 deletions

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