From 373d1d671c3d61de6dcfac06629be1cd4ffe4a69 Mon Sep 17 00:00:00 2001 From: "J. Ryan Stinnett" Date: Fri, 4 Jan 2019 18:14:24 -0600 Subject: [PATCH] Use same link style in HTML messages Links in HTML messages were missing the usual underline style, making them look different from links in text messages (which already do this). Fixes vector-im/riot-web#4655. --- res/css/views/rooms/_EventTile.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/res/css/views/rooms/_EventTile.scss b/res/css/views/rooms/_EventTile.scss index 154e5390c8f..6b22c4fe66d 100644 --- a/res/css/views/rooms/_EventTile.scss +++ b/res/css/views/rooms/_EventTile.scss @@ -446,6 +446,7 @@ limitations under the License. .mx_EventTile_content .markdown-body a { color: $accent-color-alt; + text-decoration: underline; } .mx_EventTile_content .markdown-body .hljs {