Some text that is decorated with a bit of flare.
Text that is decorated on hover/* CSS */
text-decoration-color: #0fbae7;
text-decoration-style: double;
text-decoration-line: none;
text-decoration-thickness: 3px;
/* JS */
textDecorationColor: #0fbae7,
textDecorationStyle: double,
textDecorationLine: none,
textDecorationThickness: 3px,