Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS Line-through not visible enough Re: Line-through not visible enough

#137554
Kitty Giraudel
Participant

You could use a pseudo-element instead: http://jsfiddle.net/Qc9rQ/.

Edit: you should probably use both. Some old browsers do not support pseudo-elements.

Edit 2: updated not to avoid setting the color again: http://jsfiddle.net/Qc9rQ/1/.