[data-md-color-scheme="default"] {
  --md-primary-fg-color: #666666;
  --md-accent-fg-color: #b2dc0a;
}

[data-md-color-scheme="slate"] {
  --md-primary-fg-color: #666666;
  --md-accent-fg-color: #ccff00;
}

[data-md-color-scheme="default"] h2 {
  border-bottom: 2px solid #ccff00;
}
[data-md-color-scheme="slate"] h2 {
  border-bottom: 1px solid #ccff00;
}
.md-typeset hr {
  border: none; /* Since there are already green lines to demarcate a new section, we should take out the other lines. */
}
[data-md-color-scheme="default"] .md-typeset table:not([class]) th {
  background: #eeffcc;
}
[data-md-color-scheme="slate"] .md-typeset table:not([class]) th {
  background: #3a4801;
}
