Render room id/alias mentions bold by default

This commit is contained in:
miruka 2020-03-23 16:53:11 -04:00
parent 831dca3723
commit d34e2ab2b6
2 changed files with 4 additions and 2 deletions

View File

@ -377,7 +377,8 @@ chat:
".sender { margin-bottom: " + spacing / 2 + " }" + ".sender { margin-bottom: " + spacing / 2 + " }" +
".quote { color: " + quote + " }" + ".quote { color: " + quote + " }" +
".mention { text-decoration: none; }" ".mention { text-decoration: none; }" +
".room-id-mention, .room-alias-mention { font-weight: bold; }"
string styleInclude: string styleInclude:
'<style type"text/css">\n' + styleSheet + '\n</style>\n' '<style type"text/css">\n' + styleSheet + '\n</style>\n'

View File

@ -390,7 +390,8 @@ chat:
".sender { margin-bottom: " + spacing / 2 + " }" + ".sender { margin-bottom: " + spacing / 2 + " }" +
".quote { color: " + quote + " }" + ".quote { color: " + quote + " }" +
".mention { text-decoration: none; }" ".mention { text-decoration: none; }" +
".room-id-mention, .room-alias-mention { font-weight: bold; }"
string styleInclude: string styleInclude:
'<style type"text/css">\n' + styleSheet + '\n</style>\n' '<style type"text/css">\n' + styleSheet + '\n</style>\n'