room-history: Properly style HTML titles in messages

This commit is contained in:
Kévin Commaille 2023-08-22 09:29:02 +02:00 committed by Kévin Commaille
parent c50076b77a
commit cd982b03c4

View file

@ -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 */