[wp-trac] [WordPress Trac] #65108: Twenty Sixteen: barely visible bold text in a blockquote
WordPress Trac
noreply at wordpress.org
Tue Apr 21 18:00:18 UTC 2026
#65108: Twenty Sixteen: barely visible bold text in a blockquote
--------------------------+-----------------------------
Reporter: gaelbonithon | Owner: (none)
Type: enhancement | Status: new
Priority: normal | Milestone: Awaiting Review
Component: Themes | Version: trunk
Severity: normal | Keywords:
Focuses: |
--------------------------+-----------------------------
The current code is
{{{
#!css
blockquote strong,
blockquote b {
font-weight: 400;
}
}}}
, which makes very little difference. It seems to me that this would be
better:
{{{
#!css
blockquote strong,
blockquote b {
font-weight: bold;
}
}}}
--
Ticket URL: <https://core.trac.wordpress.org/ticket/65108>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform
More information about the wp-trac
mailing list