/* PicoCamera docs custom overrides, loaded after doxygen-awesome. */

/* Doxygen renders markdown inline code as <span class="tt"> with a
   hardcoded light background (#FBFCFD) that ignores dark mode.
   Align it with doxygen-awesome's <code> styling (variable-driven). */
span.tt {
    background: var(--code-background);
    color: var(--code-foreground);
    padding: 2px 6px;
}

/* Keep the plain look where doxygen itself removes the background. */
.label span.tt {
    background: none;
    padding: 0;
}
