From 5bd25d0b5efecd67a1bdeae7f70b83ba8fc36ef5 Mon Sep 17 00:00:00 2001 From: Arkerthan <arkerthan@gmail.com> Date: Sat, 11 Jan 2020 00:33:49 +0100 Subject: [PATCH] correct cash color --- src/gui/css/mainStyleSheet.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/gui/css/mainStyleSheet.css b/src/gui/css/mainStyleSheet.css index 02769bd1a64..00cc871851d 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 } -- GitLab