mirror of
https://github.com/vector-im/element-web.git
synced 2024-11-16 13:14:58 +08:00
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:
parent
5419b4279b
commit
a7c9d4ea1f
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user