diff --git a/css/general/textColors.css b/css/general/textColors.css index 394ba9989cc59bbd6a61b3bc3ee5b94578c5fc6c..d5de893fd713c4e87b219a0c5a97aadfea63085f 100644 --- a/css/general/textColors.css +++ b/css/general/textColors.css @@ -202,6 +202,10 @@ div > span.warning.notification::after { color: yellowgreen } +.cash.note { + color: seagreen; +} + .white a { color: white } diff --git a/src/gui/storyCaption.js b/src/gui/storyCaption.js index 2a586d1101743c918d9ab5e8e8ce101c8426d70c..b15f42506ba6d6b20edb3313c60483ef42da0b3f 100644 --- a/src/gui/storyCaption.js +++ b/src/gui/storyCaption.js @@ -151,6 +151,7 @@ App.UI.storyCaption = function() { if (V.lastCashTransaction) { const transaction = document.createElement("div"); + css.push('note'); App.UI.DOM.appendNewElement("span", transaction, `Last transaction`, css); transaction.append(" | "); if (V.lastCashTransaction > 0) {