.uk-button-edit {
  background-color: #41783E;
  color: white;
}

.uk-button-edit:hover {
  background-color: #0B4711;
  color: white;
}

a {color:#41783E}
a:hover {color:#0B4711}

.uk-section-muted {
  --uk-inverse: dark;
  background: #F1F5F0;
}

.uk-card-default, p, html {color:#0B4711}