diff --git a/css/style.css b/css/style.css index 019431b..67b77ba 100644 --- a/css/style.css +++ b/css/style.css @@ -640,3 +640,8 @@ label::after { display: none; visibility: hidden; } + +.underline { + text-decoration: underline; + text-decoration-color: #a6a6a6; +}