diff --git a/public/style.css b/public/style.css index fb2f5be..87b6c14 100644 --- a/public/style.css +++ b/public/style.css @@ -86,7 +86,8 @@ body { .addrbox-noscript { color: inherit; - text-decoration: underline dashed; + text-decoration: underline; + text-decoration-style: dashed; } .addrbox-noscript:hover, .addrbox-noscript:focus { @@ -120,7 +121,8 @@ body { .info-link { color: inherit; - text-decoration: underline dashed; + text-decoration: underline; + text-decoration-style: dashed; } .info-link:hover, .info-link:focus {