From c47755141263c4aea111f1d3a8a1e3c02d713c4c Mon Sep 17 00:00:00 2001 From: flashwave Date: Tue, 30 Apr 2024 23:16:32 +0000 Subject: [PATCH] Safari's Good Browser & So Epic --- public/style.css | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) 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 {