[data-md-color-scheme="slate"] {
    /* Default colors */
    --md-default-fg-color:             hsla(var(--md-hue), 0%, 95%, 1);
    --md-default-fg-color--light:      hsla(var(--md-hue), 0%, 90%, 0.62);
    --md-default-fg-color--lighter:    hsla(var(--md-hue), 0%, 90%, 0.32);
    --md-default-fg-color--lightest:   hsla(var(--md-hue), 0%, 90%, 0.12);
    --md-default-bg-color:             hsla(var(--md-hue), 0%, 14%, 1);

    /* Primary colors */
    --md-primary-fg-color:             hsla(var(--md-hue), 0%, 10% , 1);
    --md-primary-fg-color--light:      hsla(var(--md-hue), 0%, 11% , 1);
    --md-primary-fg-color--dark:       hsla(var(--md-hue), 0%, 8% , 1);

    /* Code colors */
    --md-code-fg-color:                hsla(var(--md-hue), 0%, 95%, 1);
    --md-code-bg-color:                hsla(var(--md-hue), 0%, 10%, 1);
    --md-code-bg-color--light:         hsla(var(--md-hue), 0%, 10%, 0.62);
    --md-code-bg-color--lighter:       hsla(var(--md-hue), 0%, 10%, 0.32);
    --md-code-bg-color--lightest:      hsla(var(--md-hue), 0%, 10%, 0.12);

    /* Footer colors */
    --md-footer-bg-color:              hsla(var(--md-hue), 0%, 12%, 0.87);
    --md-footer-bg-color--dark:        hsla(var(--md-hue), 0%, 10%, 1);

    /* Links */
    --md-typeset-a-color:              hsla(36, 81%, 59% , 1);

    /* Accent colors */
    --md-accent-fg-color:              hsla(36, 81%, 59% , 1);
    --md-accent-fg-color--transparent: hsla(36, 81%, 59% , 0.1);
}

.breaking-change {
  color: hsla(0, 89%, 64% , 1);
}
