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.
This commit is contained in:
J. Ryan Stinnett 2019-01-04 18:14:24 -06:00
parent 5419b4279b
commit a7c9d4ea1f

View File

@ -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 {