/* Local overrides for the Mabuya theme. Keeps the theme submodule pristine.
   Loaded after the theme's main.css (see templates/partials/head.html). */

/* Light mode: neutral dark grey inline code instead of the theme's navy (#152f77). */
:root {
  --code-color: #333333;
}

/* Dark mode: neutral greys instead of the theme's navy/lavender.
   html[...] beats the theme's [saved-theme="dark"] on specificity. */
html[saved-theme="dark"] {
  --background-color: #1e1e1e;  /* was #1e1e2e (navy) */
  --blockquote-color: #cdcdcd;  /* was #cdd6f4 (lavender) */
}
