I’m thinking about how to implement discounts in the pricing table like: now is on sale by 25 (normal price 99).
So far, the easiest solution I think can be to strikethrough the interval row of the pricing table. How to do it with CSS? Any other solution?