a {
  color: #4CAF50; /* Was #ff9232 */
}

.c-support-counter button.m-supported,
.c-support-counter button:hover {
  color: #4CAF50 !important; /* Was #ff9232 */
}

.c-support-counter button.m-supported i.icon,
.c-support-counter button:hover i.icon,
.c-support-counter button.no-touch:hover i.icon {
  color: #66BB6A !important; /* Was #ffa14f - a slightly lighter green */
}

.c-username.m-staff {
  color: #2E7D32; /* Was #c97327 - a darker green */
}

.c-avatar.m-staff {
  border-color: #2E7D32; /* Was #c97327 - a darker green */
}

.c-idea-list .c-list-item .c-list-item-title:hover {
  color: #2E7D32; /* Was #c97327 - a darker green */
}

.c-menu {
  background-color: rgba(76, 175, 80, 0.22); /* Was rgba(255, 153, 5, 0.22) - transparent version of #4CAF50 */
}