/* Backlinks minisite accent tweaks (kept minimal; the base is shared/omev.css,
 * accent colors come from html[data-accent="backlinks"]). */

/* Hero glow in the shared Omev orange. */
.hero {
  background:
    radial-gradient(720px 300px at 18% -8%, var(--c-accent-soft), transparent 65%),
    radial-gradient(560px 260px at 92% 0%, rgba(255, 74, 28, .06), transparent 60%);
}
