diff --git a/resources/templates/html.css b/resources/templates/html.css
index 9e80d54f88..e9b683ca34 100644
--- a/resources/templates/html.css
+++ b/resources/templates/html.css
@@ -406,3 +406,8 @@ img, object, svg|svg {
width: auto;
height: auto;
}
+
+/* These are needed because ADE renders anchors the same as links */
+
+a { text-decoration: inherit; color: inherit; cursor: inherit }
+a[href] { text-decoration: underline; color: blue; cursor: pointer }