From 0658c2658b681f905be8b8b09b0773366cc56edf Mon Sep 17 00:00:00 2001
From: Arkerthan <arkerthan@gmail.com>
Date: Sun, 27 Dec 2020 20:42:16 +0100
Subject: [PATCH] Move comments to correct definitions

---
 css/general/textColors.css | 46 ++++++++++++++++++++++----------------
 1 file changed, 27 insertions(+), 19 deletions(-)

diff --git a/css/general/textColors.css b/css/general/textColors.css
index 7c369a9ad8b..3b1292571e8 100644
--- a/css/general/textColors.css
+++ b/css/general/textColors.css
@@ -1,10 +1,11 @@
 /* Colors are made as css classes, to allow them to be changed for a light color scheme (for example). */
-/* a version is for this case: <span class="-.."><a>text</a></span> */
+/* a version is for this case: <span class="..."><a>text</a></span> */
+
+/* link color */
 .link, .link a {
     color: var(--link-color)
 }
 
-/* link color */
 .aquamarine, .aquamarine a, .skill, .skill a {
     color: aquamarine
 }
@@ -13,11 +14,11 @@
     color: coral
 }
 
+/* used for aphrodisiac & neighbor arcs */
 .cyan, .cyan a, .hotkey {
     color: cyan
 }
 
-/* used for aphrodisiac & neighbor arcs */
 .darkgoldenrod, .darkgoldenrod a, .trust.extremely-terrified, .trust.extremely-terrified a {
     color: darkgoldenrod
 }
@@ -30,11 +31,11 @@
     color: darkviolet
 }
 
+/* used for devotion once & agent */
 .deeppink, .deeppink a, .devotion.devoted, .devotion.devoted a {
     color: deeppink
 }
 
-/* used for devotion once & agent */
 .steelblue, .steelblue a {
     color: steelblue
 }
@@ -63,7 +64,8 @@
     color: gray
 }
 
-.green, .green a, .reputation.inc, .reputation.inc a, .improvement, .improvement a, .flaw.break, .flaw.break a, .skill.inc, .skill.inc a, .fuckdoll, .fuckdoll a, .positive, .positive a, .health.inc, .health.inc a {
+.green, .green a, .reputation.inc, .reputation.inc a, .improvement, .improvement a, .flaw.break, .flaw.break a,
+.skill.inc, .skill.inc a, .fuckdoll, .fuckdoll a, .positive, .positive a, .health.inc, .health.inc a {
     color: green
 }
 
@@ -79,11 +81,11 @@
     color: lightblue
 }
 
+/* compare pink for fetish */
 .lightcoral, .lightcoral a, .fetish.gain, .fetish.gain a {
     color: lightcoral
 }
 
-/* compare pink for fetish */
 .lightgreen, .lightgreen a, .relationship, .relationship a, .rivalry.dec, .rivalry.dec a {
     color: lightgreen
 }
@@ -92,20 +94,22 @@
     color: lightpink
 }
 
-.lightsalmon, .lightsalmon a, .fetish.inc, .fetish.inc a, .rivalry.inc, .rivalry.inc a, .relationship.dec, .relationship.dec a {
+.lightsalmon, .lightsalmon a, .fetish.inc, .fetish.inc a, .rivalry.inc, .rivalry.inc a,
+.relationship.dec, .relationship.dec a {
     color: lightsalmon
 }
 
-.lime, .lime a, .change.positive, .change.positive a, .virginity.loss, .virginity.loss a, .puberty, .puberty a, .pregnant, .pregnant a {
+/* tight orifices, breast changes, take virginity, not sure on good aliases */
+.lime, .lime a, .change.positive, .change.positive a, .virginity.loss, .virginity.loss a, .puberty, .puberty a,
+.pregnant, .pregnant a {
     color: lime
 }
 
-/* tight orifices, breast changes, take virginity, not sure on good aliases */
+/* multiple questionable uses */
 .limegreen, .limegreen a {
     color: limegreen
 }
 
-/* multiple questionable uses */
 .magenta, .magenta a, .devotion.worship, .devotion.worship a {
     color: magenta
 }
@@ -122,31 +126,34 @@
     color: mediumseagreen
 }
 
-.orange, .orange a, .stupid, .stupid a, .change.negative, .change.negative a, .defiant.careful, .defiant.careful a, .ncs, .ncs a, .miscarriage, .miscarriage a, .intro.question {
+/* generally between red and green, and a lot of other places */
+.orange, .orange a, .stupid, .stupid a, .change.negative, .change.negative a, .defiant.careful, .defiant.careful a,
+.ncs, .ncs a, .miscarriage, .miscarriage a, .intro.question {
     color: orange
 }
 
-/* generally between red and green, and a lot of other places */
 .orangered, .orangered a, .defiant.inc, .defiant.inc a, .defiant.bold, .defiant.bold, .education.neg a {
     color: orangered
 }
 
+/* used once (wrong? */
 .orchid, .orchid a {
     color: orchid
 }
 
-/* used once (wrong? */
+/* also fetish start ??? , and a lot of other stuff */
 .pink, .pink a, .slave.name.simple {
     color: pink
 }
 
-/* also fetish start ??? , and a lot of other stuff */
-.red, .red a, .health.dec, .health.dec a, .cash.dec, .cash.dec a, .stat.drop, .stat.drop a, .flaw.gain, .flaw.gain a, .mindbreak, .mindbreak a, .error, .error a, .elites.loss, .elites.loss a, .reputation.dec, .reputation.dec a, .warning, .warning a {
+/* generally bad stuff */
+/* note: .error is for unexpected behavior, .warning for player feedback */
+.red, .red a, .health.dec, .health.dec a, .cash.dec, .cash.dec a, .stat.drop, .stat.drop a, .flaw.gain, .flaw.gain a,
+.mindbreak, .mindbreak a, .error, .error a, .elites.loss, .elites.loss a, .reputation.dec, .reputation.dec a,
+.warning, .warning a {
     color: red
 }
 
-/* also generally bad stuff */
-/* note: .error is for unexpected behavior, .warning for player feedback */
 .seagreen, .seagreen a, .trust.prof-trusting, .trust.prof-trusting a {
     color: seagreen
 }
@@ -155,11 +162,11 @@
     color: springgreen
 }
 
+/* some ethnicity */
 .tan, .tan a {
     color: tan
 }
 
-/* some ethnicity */
 .chocolate, .chocolate a {
     color: chocolate
 }
@@ -172,7 +179,8 @@
     color: teal
 }
 
-.yellow, .yellow a, .noteworthy, .noteworthy a, .paraphilia.gain, .paraphilia.gain a, .devotion.ambivalent, .devotion.ambivalent a, .trust.fearful, .trust.fearful a, .job.change {
+.yellow, .yellow a, .noteworthy, .noteworthy a, .paraphilia.gain, .paraphilia.gain a,
+.devotion.ambivalent, .devotion.ambivalent a, .trust.fearful, .trust.fearful a, .job.change {
     color: yellow
 }
 
-- 
GitLab