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'