Make number cells in PDFs consistently bold

Add `font-weight: bold` to the `.num-cell` CSS class in the PDF renderer to match the web interface's styling.
This commit is contained in:
Riyadh
2026-05-04 14:34:49 +00:00
parent 0f30aef532
commit f7c29426fa
@@ -386,6 +386,7 @@ tr {
.num-cell {
text-align: center;
vertical-align: middle;
font-weight: bold;
}
.meeting-cell {