/*
 * Color overrides for hugo-theme-terminal v4+.
 * The theme dropped its old themeColor param / per-color stylesheet
 * swap in favor of CSS custom properties with a single hardcoded
 * default (orange, --accent: #eec35e in assets/css/main.css).
 * This restores the site's original green scheme.
 */
:root {
  --accent: #78e2a0;
  --background: color-mix(in srgb, var(--accent) 2%, #1d1e28);
}
