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:
+31
-1
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user