/* turva green accent */
.button, .compose-form__actions .button, .compose-form .submit-button {
  background-color: #5DF18F; color: #0A1316;
}
.button:hover, .compose-form__actions .button:hover {
  background-color: #44d97a; color: #0A1316;
}

/* active nav + hover */
.column-link.active, .column-link:hover, .column-link:focus { color: #5DF18F; }

/* active tab underline (Activity / Media / Featured) */
.tabs-bar__link.active { border-bottom-color: #5DF18F; color: #5DF18F; }

/* links + active icons (boost/fav) */
.status__content a, .link-button { color: #5DF18F; }
.icon-button.active { color: #5DF18F; }

