From 5c4b90b4e695f8ad633ced63b49d9e8cf82c013e Mon Sep 17 00:00:00 2001 From: Arkerthan <arkerthan@gmail.com> Date: Sat, 11 Jan 2020 00:38:17 +0100 Subject: [PATCH] correct spelling --- src/gui/css/mainStyleSheet.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/gui/css/mainStyleSheet.css b/src/gui/css/mainStyleSheet.css index 00cc871851d..79733ee5d39 100644 --- a/src/gui/css/mainStyleSheet.css +++ b/src/gui/css/mainStyleSheet.css @@ -220,7 +220,7 @@ span.zeroButton > a:hover { text-decoration: none; } .saddlebrown { color: saddlebrown } .teal { color: teal } .yellow { color: yellow } -.yellowgreen, .cash.decrease { color: yellowgreen } /* maybe only positive cash? */ +.yellowgreen, .cash.increase { color: yellowgreen } /* maybe only positive cash? */ .link a { color: #68D } /* link color */ .aquamarine a { color: aquamarine } -- GitLab