/* Load after site-doc-layout (head-meta). Markup: navbar-item adt-header-icon-btn
   adt-header-site-logo — same as other top bar icon buttons. Optional hook: .adt-header-site-logo. */
/* In dark mode the logo button uses the same transparent bar as GitHub / theme (no light tile). */
/* antora-dark-theme ships filter on .adt-header-logo; keep the real SVG colors. */
html.dark-theme .adt-header-site-logo .adt-header-logo,
html.dark-theme .adt-header-icon-btn.adt-header-site-logo .adt-header-logo,
html.dark-theme .adt-header-icon-btn.adt-header-site-logo > img {
  filter: none !important;
  opacity: 1 !important;
}
