Skip to content

Commit

Permalink
Single Podcast: Fix link color in blue header
Browse files Browse the repository at this point in the history
Fixes #336
  • Loading branch information
ryelle committed Feb 17, 2022
1 parent 457dd4b commit fbdb774
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,10 @@ body.post-type-archive-podcast {
z-index: -1;
}

a {
color: var(--wp--preset--color--white);
}

.wp-block-query-title {
font-size: clamp(38px, 12vw, 50px);
word-break: break-all;
Expand Down

0 comments on commit fbdb774

Please sign in to comment.