Merge branch 'scope-css-title' into 'main'

css: Scope h* title styles

See merge request GNOME/fractal!1510
This commit is contained in:
Kévin Commaille 2023-12-21 14:37:29 +00:00
commit cf2bda3e65
1 changed files with 6 additions and 6 deletions

View File

@ -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;
}