|
@@ -227,22 +227,22 @@
|
227
|
227
|
|
228
|
228
|
.plantsAnimals_text_red {
|
229
|
229
|
font-size: 26px;
|
230
|
|
- color: #ff66cc;
|
|
230
|
+ color: rgb(255,102,204);
|
231
|
231
|
}
|
232
|
232
|
|
233
|
233
|
.plantsAnimals_text_green {
|
234
|
234
|
font-size: 26px;
|
235
|
|
- color: #729859;
|
|
235
|
+ color: rgb(84,130,53);
|
236
|
236
|
}
|
237
|
237
|
|
238
|
238
|
.plantsAnimals_text_orange {
|
239
|
239
|
font-size: 26px;
|
240
|
|
- color: #ed7e33;
|
|
240
|
+ color: rgb(237,125,49);
|
241
|
241
|
}
|
242
|
242
|
|
243
|
243
|
.plantsAnimals_text_blue {
|
244
|
244
|
font-size: 26px;
|
245
|
|
- color: #5b9bd5;
|
|
245
|
+ color: rgb(91,155,213);
|
246
|
246
|
}
|
247
|
247
|
|
248
|
248
|
/*.tpl_plansAnimals_list {*/
|