Browse Source

css: Scope h* title styles

Avoids interfering if they are used by upstream libraries in other
places.
fractal-6
Kévin Commaille 2 years ago
parent
commit
2028f590ca
No known key found for this signature in database
GPG Key ID: 29A48C1F03620416
  1. 12
      data/resources/style.css

12
data/resources/style.css

@ -582,32 +582,32 @@ typing-row .cutout {
padding: 2px;
}
.h1 {
room-history-row .h1, .related-event-content .h1 {
font-weight: 800;
font-size: 15pt;
}
.h2 {
room-history-row .h2, .related-event-content .h2 {
font-weight: 800;
font-size: 14pt;
}
.h3 {
room-history-row .h3, .related-event-content .h3 {
font-weight: 700;
font-size: 14pt;
}
.h4 {
room-history-row .h4, .related-event-content .h4 {
font-weight: 700;
font-size: 13pt;
}
.h5 {
room-history-row .h5, .related-event-content .h5 {
font-weight: 700;
font-size: 12pt;
}
.h6 {
room-history-row .h6, .related-event-content .h6 {
font-weight: 700;
font-size: 11pt;
}

Loading…
Cancel
Save