Widget:Calculator/Magic/Aurum: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 24: | Line 24: | ||
function formatProfit(cell, value) { | function formatProfit(cell, value) { | ||
cell.textContent = value; | cell.textContent = value; | ||
cell.style.color = value < 0 ? '#ee4231' : ''; | cell.style.color = value < 0 ? '#ee4231 !important' : ''; | ||
} | } | ||
Revision as of 14:06, 26 June 2025