:root  > * {
  --md-accent-fg-color:         #8bc34b;
  --md-primary-fg-color:        #8bc34b;
}

/* wrap codeblocks */
code {
  white-space : pre-wrap !important;
}

a {
  text-decoration: none !important;
}
