Skip to content

Commit

Permalink
Fix favorite icon on showcase
Browse files Browse the repository at this point in the history
  • Loading branch information
ryelle committed Aug 12, 2024
1 parent 333ce9f commit 603814f
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions css/includes/schedule.css
Original file line number Diff line number Diff line change
Expand Up @@ -133,6 +133,10 @@ body.single-wcb_session {
& a:where(:not(.wp-element-button)) {
color: var(--wp--preset--color--base) !important;
}

& .wcb-session-favourite-icon a {
background-image: url(https://wc-us.org/wp-content/uploads/2024/07/star-outline-light.svg);
}
}
}

Expand Down
4 changes: 4 additions & 0 deletions style.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 603814f

Please sign in to comment.