Skip to content
Snippets Groups Projects
Commit 5bd25d0b authored by Arkerthan's avatar Arkerthan
Browse files

correct cash color

parent ea7ac02a
No related branches found
No related tags found
No related merge requests found
......@@ -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 }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment