ci: render LoC signs Huge bold (#14855)

This commit is contained in:
Neil
2026-08-15 23:23:47 -07:00
committed by GitHub
parent ac48d753a7
commit 8dc29a5be6
2 changed files with 8 additions and 8 deletions
+2 -2
View File
@@ -41,9 +41,9 @@ function diffCell(count) {
return '0'
}
if (count > 0) {
return `$\\color{${COLOR_ADDED}}{+}$\u200b${count}`
return `$\\color{${COLOR_ADDED}}{\\Huge{\\mathbf{+}}}$\u200b${count}`
}
return `$\\color{${COLOR_DELETED}}{}$\u200b${Math.abs(count)}`
return `$\\color{${COLOR_DELETED}}{\\Huge{\\mathbf{}}}$\u200b${Math.abs(count)}`
}
function locTableRow(label, bucket) {