mirror of
https://github.com/nunocoracao/blowfish.git
synced 2026-01-30 16:31:52 +01:00
For example, given the following HTML: <p class="text-primary-500"><strong>Hello</strong> world</p> The rendered result shows `Hello` in the neutral color, while `world` is rendered in the primary color. This change applies `color: inherit` to bold text so that both uses the primary color.