From fe3bdda05afa3fd8a16e207dd63e7be2fae9f69b Mon Sep 17 00:00:00 2001 From: Bruno Windels Date: Fri, 16 Jul 2021 17:27:24 +0200 Subject: [PATCH] all of these should be scoped to messageBody --- src/platform/web/ui/css/themes/element/timeline.css | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/src/platform/web/ui/css/themes/element/timeline.css b/src/platform/web/ui/css/themes/element/timeline.css index 55aa54db..9f9ff973 100644 --- a/src/platform/web/ui/css/themes/element/timeline.css +++ b/src/platform/web/ui/css/themes/element/timeline.css @@ -137,7 +137,12 @@ limitations under the License. .hydrogen .Timeline_messageSender.usercolor7 { color: var(--usercolor7); } .hydrogen .Timeline_messageSender.usercolor8 { color: var(--usercolor8); } -.Timeline_messageBody h1, h2, h3, h4, h5, h6 { +.Timeline_messageBody h1, +.Timeline_messageBody h2, +.Timeline_messageBody h3, +.Timeline_messageBody h4, +.Timeline_messageBody h5, +.Timeline_messageBody h6 { font-weight: bold; margin: 0.7em 0; }