feat: emphasize update changelog sections

Render release-note headings, categories, items, and body lines as safe structured text with larger typography for section labels and compact spacing for details.
This commit is contained in:
Sucukdeluxe
2026-08-21 00:40:08 +02:00
parent aea0b22a4f
commit 6539db5d52
4 changed files with 68 additions and 24 deletions
+31 -1
View File
@@ -2491,7 +2491,37 @@ select.hs-input { max-width: none; width: auto; min-width: 140px; }
}
.update-release-notes-body {
white-space: pre-wrap;
white-space: normal;
}
.update-release-heading {
margin: 2px 0 11px;
color: var(--text);
font-size: 14px;
font-weight: 750;
line-height: 1.3;
}
.update-release-category {
margin: 15px 0 7px;
color: var(--text);
font-size: 13px;
font-weight: 700;
line-height: 1.35;
}
.update-release-heading + .update-release-category {
margin-top: 0;
}
.update-release-item,
.update-release-line {
margin: 4px 0;
}
.update-release-item {
padding-left: 11px;
text-indent: -9px;
}
.update-progress-track {