diff --git a/templates/mark1/assets/css/style.css b/templates/mark1/assets/css/style.css index 93b16be6..bc538d4f 100644 --- a/templates/mark1/assets/css/style.css +++ b/templates/mark1/assets/css/style.css @@ -462,7 +462,9 @@ article.docs td { article.docs td > code { padding: 0 .2em; - text-decoration: underline dotted steelblue; + text-decoration: underline; + text-decoration-style: dotted; + text-decoration-color: steelblue; text-decoration-thickness: .1em; }