Fix for screen readers
This commit is contained in:
parent
3eeef30147
commit
f8b146bb93
1 changed files with 9 additions and 0 deletions
|
@ -607,3 +607,12 @@ Link color set to inherit, so referrers/numbers are not grayed out.
|
||||||
.footnotes_logo_part2 {
|
.footnotes_logo_part2 {
|
||||||
color: #545f5a;
|
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;
|
||||||
|
}
|
||||||
|
|
Reference in a new issue