Styling Inconsistency
-
Hello! There is an inconsistency in the styling of links (‘a’ tags) in the post body.
Expected Behaviour
Links in paragraphs inside groups and columns are styled the same way as links in paragraphs at the top level of the post.
I would also expect the styling choices from the Site Editor (/wp-admin/site-editor.php) to be respected.
Actual Behaviour
Links have different styling when you put them inside a group / column, and the styling chosen from the Site Editor is not respected.
Possible reason
In the Lemmony assets, style.css document, this line does not affect all links the body equally:
.wp-block-post-content > figure a, .wp-block-post-content > p a, .wp-block-post-content > ul a, .wp-block-post-content > ol a {
color: var(--wp--preset--color--secondary);
text-decoration: underline;
}
- The topic ‘Styling Inconsistency’ is closed to new replies.