/* Security BBQ Wiki custom theme overrides */

/*
 * The header uses primary=black in both light and dark modes. Material falls
 * back to blue for body links when primary is black/white, so we restore a warm
 * BBQ/amber link color that stays readable against each background.
 */

/* Light mode: deep orange links on white */
[data-md-color-scheme="default"] {
  --md-typeset-a-color: #e8590c;
}

/* Dark mode: amber links on slate */
[data-md-color-scheme="slate"] {
  --md-typeset-a-color: #ffb74d;
}
