Skip to content

Commit

Permalink
PLANET-7563 Apply New Link Style to lists in Posts (#2431)
Browse files Browse the repository at this point in the history
This was only working for other post types
  • Loading branch information
mleray authored Nov 5, 2024
1 parent 2deeba4 commit 22a325d
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions assets/src/scss/pages/post/_article-content.scss
Original file line number Diff line number Diff line change
Expand Up @@ -100,8 +100,9 @@
}

p:not(.article-list-item-meta) a,
> ul li a,
> ol li a {
> article > ul li a,
> article > ol li a,
> article > li a {
@include shared-link-styles;
}

Expand Down

0 comments on commit 22a325d

Please sign in to comment.