[data-md-color-scheme="default"] .md-logo {
  /* Changes the color if it uses text/currentColor */
  color: #EE4C2C !important;
}

[data-md-color-scheme="default"] .md-logo svg {
  /* Forces the color if it renders as an inline SVG path */
  fill: #EE4C2C !important;
}
