Skip to content

Commit

Permalink
fix: colors in related posts
Browse files Browse the repository at this point in the history
  • Loading branch information
slambert committed Jul 26, 2024
1 parent 61cf2af commit e037b2e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/css/_04-content.scss
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ article.type-people .entry-content .wp-block-advanced-columns-column__inner figu
#jp-relatedposts {
width: 1100px;
max-width: 1100px;
border-top: 2px dotted grey;
border-top: 2px dotted var(--color-brandGrey);
margin-top: 5rem !important;
margin: auto;
}
Expand All @@ -161,7 +161,7 @@ article.type-people .entry-content .wp-block-advanced-columns-column__inner figu
.entry #jp-relatedposts h3.jp-relatedposts-headline,
.entry #jp-relatedposts .jp-relatedposts-items-visual h4.jp-relatedposts-post-title {
font-family: var(--font-serif);
color: white;
color: var(--color-brandBlack);
}

.entry #jp-relatedposts .jp-relatedposts-items-visual h4.jp-relatedposts-post-title a {
Expand Down

0 comments on commit e037b2e

Please sign in to comment.