:root {
  --md-primary-bg-color:               hsla(0, 0%, 100%, 1);
  --md-primary-bg-color--light:        hsla(0, 0%, 100%, 0.7);
}

.md-header {
    background: linear-gradient(90deg, #1e547f, #183043);
}

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