From cd982b03c4e60dc5d042e96000ccc5bf85e27216 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?K=C3=A9vin=20Commaille?= Date: Tue, 22 Aug 2023 09:29:02 +0200 Subject: [PATCH] room-history: Properly style HTML titles in messages --- data/resources/style.css | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) diff --git a/data/resources/style.css b/data/resources/style.css index e2e54d84..5b854780 100644 --- a/data/resources/style.css +++ b/data/resources/style.css @@ -575,6 +575,37 @@ typing-bar avatar { border-radius: 999px; } +.h1 { + font-weight: 800; + font-size: 15pt; +} + +.h2 { + font-weight: 800; + font-size: 14pt; +} + +.h3 { + font-weight: 700; + font-size: 14pt; +} + +.h4 { + font-weight: 700; + font-size: 13pt; +} + +.h5 { + font-weight: 700; + font-size: 12pt; +} + +.h6 { + font-weight: 700; + font-size: 11pt; +} + + /* Event Source Dialog */