Some text that is decorated with a bit of flare.

Text that is decorated on hover
/* CSS */
text-decoration-color: primary;
text-decoration-style: dashed;
text-decoration-line: none;
text-decoration-thickness: 2px;


/* JS */
textDecorationColor: primary,
textDecorationStyle: dashed,
textDecorationLine: none,
textDecorationThickness: 2px,