Some text that is decorated with a bit of flare.

Text that is decorated on hover
/* CSS */
text-decoration-color: #0de4c1;
text-decoration-style: dashed;
text-decoration-line: overline;
text-decoration-thickness: 1px;


/* JS */
textDecorationColor: #0de4c1,
textDecorationStyle: dashed,
textDecorationLine: overline,
textDecorationThickness: 1px,