Glass.qpl: add .mention to styleSheet

This commit is contained in:
miruka 2020-03-23 14:32:43 -04:00
parent 38e57d2ff9
commit db1cd13977

View File

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