diff --git a/godoc/static/static.go b/godoc/static/static.go index c16cc4fd..b41e9110 100644 --- a/godoc/static/static.go +++ b/godoc/static/static.go @@ -2925,15 +2925,16 @@ body { a, .exampleHeading .text { color: #375EAB; -} -a, -.exampleHeading .text:hover { - text-decoration: underline; - -webkit-text-decoration: skip; - text-decoration-skip: ink; + text-decoration: none; } a:hover, -.exampleHeading .text { +.exampleHeading .text:hover { + text-decoration: underline; +} +.article a { + text-decoration: underline; +} +.article .title a { text-decoration: none; } diff --git a/godoc/static/style.css b/godoc/static/style.css index 6367b61e..036e4177 100644 --- a/godoc/static/style.css +++ b/godoc/static/style.css @@ -48,15 +48,16 @@ body { a, .exampleHeading .text { color: #375EAB; -} -a, -.exampleHeading .text:hover { - text-decoration: underline; - -webkit-text-decoration: skip; - text-decoration-skip: ink; + text-decoration: none; } a:hover, -.exampleHeading .text { +.exampleHeading .text:hover { + text-decoration: underline; +} +.article a { + text-decoration: underline; +} +.article .title a { text-decoration: none; }