changed all font-weight: bold/590 to 600

This commit is contained in:
yexingsha 2024-01-12 16:45:01 -06:00 committed by Dan Stillman
parent a81f0884ed
commit 6e7c80d97b
30 changed files with 47 additions and 47 deletions

View file

@ -537,7 +537,7 @@ function ZoteroProtocolHandler() {
Zotero.Report.HTML.listGenerator(items, combineChildItems, params.libraryID),
function () {
Zotero.logError(e);
return '<span style="color: red; font-weight: bold">Error generating report</span>';
return '<span style="color: red; font-weight: 600">Error generating report</span>';
}
);
}