I am trying to achieve a color of red on a button that only seems possible to get by using filter: brightness(x)
. The problem I have with this is, most importantly, that utilizing this style slightly but unmistakably pixelates the font of the button, but also it brightens text color along with the background.
I have tried adding the text after the styling, but it is all the same. This JSFiddle demonstrates the problems described.
How can I counter or avoid this effect? Or achieve a brighter color without using brightness filter?