/* Project-level overrides. Loaded after the theme CSS (see baseof.html customCSS). */

/* Keep the hero photo un-degraded on hover: drop the theme's contrast filter,
   keep the subtle box-shadow change (theme index.css). */
#hero .image.animate img:hover {
    filter: none;
}

/* Navbar logo (robot_eye.png) is black line-art, invisible on the dark navbar.
   In dark mode, render it as a clean white silhouette. Follows the site's
   body.dark theme toggle. Swap to `filter: invert(1)` to keep the two-tone
   look (iris turns blue) instead of solid white. */
body.dark .navbar-brand img {
    filter: brightness(0) invert(1);
}
