diff --git a/src/gui/css/mainStyleSheet.css b/src/gui/css/mainStyleSheet.css index 02769bd1a6461ef211b38a67ec6cbf049b4af9b2..00cc871851d17081972aa200ad7d29096defaed6 100644 --- a/src/gui/css/mainStyleSheet.css +++ b/src/gui/css/mainStyleSheet.css @@ -212,7 +212,7 @@ span.zeroButton > a:hover { text-decoration: none; } .orangered, .trust.increase-defiant { color: orangered } .orchid { color: orchid } /* used once (wrong? */ .pink { color: pink } /* also fetish start ??? , and a lot of other stuff */ -.red, .health.decrease { color: red } /* also generally bad stuff */ +.red, .health.decrease, cash.decrease { color: red } /* also generally bad stuff */ .seagreen { color: seagreen } .springgreen, .skill.advantage { color: springgreen } .tan { color: tan } /* some ethnicity */ @@ -220,7 +220,7 @@ span.zeroButton > a:hover { text-decoration: none; } .saddlebrown { color: saddlebrown } .teal { color: teal } .yellow { color: yellow } -.yellowgreen, .cash { color: yellowgreen } /* maybe only positive cash? */ +.yellowgreen, .cash.decrease { color: yellowgreen } /* maybe only positive cash? */ .link a { color: #68D } /* link color */ .aquamarine a { color: aquamarine }