diff --git a/website/assets/styles/03-elements/links.scss b/website/assets/styles/03-elements/links.scss index a5d91f5b7..9b822f62f 100644 --- a/website/assets/styles/03-elements/links.scss +++ b/website/assets/styles/03-elements/links.scss @@ -9,7 +9,8 @@ a:link:not([class]), a:visited:not([class]), .e-link { color: currentColor; - text-decoration: dotted underline; + text-decoration: underline; + text-decoration-style: dotted; @include on-event { text-decoration: underline;