.ui p, .landing-page p, .public-layout p {
  color: #437f16;
}
.ui a, .landing-page a, .public-layout a {
  color: #437f16;
}
.status__content, .reply-indicator__content {
  color: #437f16;
}
.ui, .landing-page, .public-layout {
  background-image: url("https://frinx.me/background-mastodon.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.button {
	background-color: #E2F7CE;
}

.button.button-tertiary {
	border: 1px solid #437f16;
	color: #437f16;
}
.button.button-tertiary:hover {
	border: 1px solid #437f16;
	background-color: #437f16;
        color: #fff;
}
.button:active, .button:focus {
    background-color: #E2F7CE;
}
.button:hover {
    background-color: #437f16;
    color: white;
}
body.lighter {
  background: #DDEBCF;
}
.simple_form button {
	background: #437f16;
}
.status-card_title {
	color: #437f16;
}
.column-header > .column-header__back-button {
  color: #437f16;
}
.column-link--transparent.active {
  color: #437f16;
}

