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
1 changed files with 1 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue