body {
  background-color: #fffff6;
}

:root { 
  --md-primary-fg-color: #000000;
  --md-accent-fg-color: #000000;
  font-weight: 400;
  font-size: 140%;
}

a {
  text-decoration: underline;
  color: #670092 !important;
}

.md-tag:hover {
  background: var(--md-default-fg-color--lightest) !important;
}
