From d34e2ab2b6f31a5f08a4caf0b87ed8b3aeaba62c Mon Sep 17 00:00:00 2001 From: miruka Date: Mon, 23 Mar 2020 16:53:11 -0400 Subject: [PATCH] Render room id/alias mentions bold by default --- src/themes/Glass.qpl | 3 ++- src/themes/Midnight.qpl | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/src/themes/Glass.qpl b/src/themes/Glass.qpl index 4014e0bf..fb878f36 100644 --- a/src/themes/Glass.qpl +++ b/src/themes/Glass.qpl @@ -377,7 +377,8 @@ chat: ".sender { margin-bottom: " + spacing / 2 + " }" + ".quote { color: " + quote + " }" + - ".mention { text-decoration: none; }" + ".mention { text-decoration: none; }" + + ".room-id-mention, .room-alias-mention { font-weight: bold; }" string styleInclude: '\n' diff --git a/src/themes/Midnight.qpl b/src/themes/Midnight.qpl index bfa54b52..1577de28 100644 --- a/src/themes/Midnight.qpl +++ b/src/themes/Midnight.qpl @@ -390,7 +390,8 @@ chat: ".sender { margin-bottom: " + spacing / 2 + " }" + ".quote { color: " + quote + " }" + - ".mention { text-decoration: none; }" + ".mention { text-decoration: none; }" + + ".room-id-mention, .room-alias-mention { font-weight: bold; }" string styleInclude: '\n'