- Issue created by @shuklina
Automatically closed - issue fixed for 2 weeks with no activity.
When using the Ping Pong block on sites that use Canadian branding colors, links inside the block retain default Y-USA styling. This happens because the block does not properly inherit styles from the ws_colorway_canada
module, which defines the correct Canadian colorway. As a result, links appear with incorrect colors, causing inconsistency with Canadian branding, especially on sites such as ywinnipeg.ca.
<a href="https://example.com/register">Register online</a>
This issue is resolved by ensuring link styling within the Ping Pong block inherits colors and styles from the ws_colorway_canada
definitions. The fix provides consistent branding across Canada-themed implementations.
Needs review
1.2
Code
Automatically closed - issue fixed for 2 weeks with no activity.