diff --git a/src/gui/css/mainStyleSheet.css b/src/gui/css/mainStyleSheet.css index 00cc871851d17081972aa200ad7d29096defaed6..79733ee5d39bab2d03fec7b9b67247d70b8b29eb 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 }