Browse Source

room-history: Properly style HTML titles in messages

merge-requests/1461/head
Kévin Commaille 3 years ago committed by Kévin Commaille
parent
commit
cd982b03c4
  1. 31
      data/resources/style.css

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

Loading…
Cancel
Save