Jump to content

[Cosmetic] Author Badge on Firefox


SeNioR-

Recommended Posts

Thanks, this seems to be a rendering issue with Firefox and semi-transparent gradients. At the time, it was the only way to blend currentColor with a semi-transparent version of the background color.

This can now be done with color-mix. If you'd like to update it on your site, adding this to custom.css should do the trick:

@supports (color: color-mix(in srgb, red, blue)){
  .ipsBadge{
    background: var(--badge--background, color-mix(in srgb, currentColor 10%, rgba( var(--theme-area_background_reset), 1 )));
  }
}

 

Link to comment
Share on other sites

  • Recently Browsing   0 members

    • No registered users viewing this page.
  • Upcoming Events

    No upcoming events found
Ă—
Ă—
  • Create New...