Color user mentions

This commit is contained in:
miruka
2020-03-23 13:30:40 -04:00
parent 688f36b7f1
commit 3c64b33cb7
3 changed files with 25 additions and 2 deletions

View File

@@ -388,7 +388,9 @@ chat:
"h6 { font-size: " + fontSize.smaller + "px }" +
".sender { margin-bottom: " + spacing / 2 + " }" +
".quote { color: " + quote + " }"
".quote { color: " + quote + " }" +
".mention { text-decoration: none; }"
string styleInclude:
'<style type"text/css">\n' + styleSheet + '\n</style>\n'