[data-md-color-scheme="light-scheme"] {
  --md-primary-fg-color:        #66CBDF;
  --md-primary-fg-color--light: #66CBDF;
  --md-primary-fg-color--dark:  #66CBDF;
  --custom-footer-bg:           #AAC242CC;
}

[data-md-color-scheme="slate"] {
  --md-primary-fg-color:        #66CBDF;
  --md-primary-fg-color--light: #66CBDF;
  --md-primary-fg-color--dark:  #66CBDF;
  --custom-footer-bg:           #AAC242BC; /* same color in dark mode */
}

/* Apply the variable to the footer */
.md-footer,
.md-footer-meta {
  background-color: var(--custom-footer-bg) !important;
}