text-decoration-color: tomato;
text-decoration-thickness: 2px; //other values: from-font
text-decoration-style: dotted; //other values: solid, double, dashed, wavy
text-decoration-line: line-through; //other values: underline, overline, or combine multiple
text-underline-offset: 1rem; //only effects underlining
Text decoration properties
Text decoration used to be limited, and often border-bottom was required for custom styling. New CSS properties allow finer control of text decoration.