text-decoration: line-through change line colo code example
Example 1: line through text css
text-decoration: line-through
Example 2: css line-through color
span.inner {
color: green;
}
span.outer {
color: red;
text-decoration: line-through;
}