text decoration
underline
This is some text inside of a div block.
@desktop
text-decoration: underline;
text-decoration: underline;
line-through
This is some text inside of a div block.
@desktop
text-decoration: line-through;
text-decoration: line-through;
no-underline
This is some text inside of a div block.
@desktop
text-decoration: none;
text-decoration: none;