diff --git a/css/general/textColors.css b/css/general/textColors.css index e62cc62de45fe0ec90046e9627f9c6dcf919879e..dabcec33218dda021887d2cbdd81889dbec0a749 100644 --- a/css/general/textColors.css +++ b/css/general/textColors.css @@ -179,7 +179,7 @@ div > span.warning.notification::after { color: tan } -.chocolate, .chocolate a { +.chocolate, .chocolate a, .food { color: chocolate } diff --git a/src/facilities/farmyard/food/foodMarket.tw b/src/facilities/farmyard/food/foodMarket.tw index 75f2109bee0acad584721e3e9053c53ceab90cfd..e7dee971cdd0183a41e7d59ddd3cfb047f4096d0 100644 --- a/src/facilities/farmyard/food/foodMarket.tw +++ b/src/facilities/farmyard/food/foodMarket.tw @@ -5,7 +5,7 @@ <<set _foodValue = Math.round(($foodStored*$farmyardFoodCost + Number.EPSILON) * 100) / 100>> <<set _maxFood = Math.trunc($cash/$farmyardFoodCost)>> -The food market has @@.chocolate;<<print massFormat($foodStored)>>@@ in storage, valued at a total of @@.yellowgreen;<<print cashFormat(_foodValue)>>.@@ +The food market has @@.food;<<print massFormat($foodStored)>>@@ in storage, valued at a total of @@.yellowgreen;<<print cashFormat(_foodValue)>>.@@ <<set $nextLink = "Main">>