Skip to content

Review CSS selector specificity for post article links #42

@philoserf

Description

@philoserf

The selector .posts article > a (style.css:345) targets direct-child anchor elements in articles.

Potential issue: This may conflict with other direct-child links if article structure changes. Consider using a more specific class (e.g., .posts article > .read-more) to avoid unintended styling of other links.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions