/* AnyOne / MarkAny branding overrides.
   Swap --brand for the official MarkAny brand color. */
:root {
    --brand: #1f6feb;
}

/* Accent links and the active sidebar item across the built-in themes. */
.light, .rust, .coal, .navy, .ayu {
    --links: var(--brand);
    --sidebar-active: var(--brand);
}

.menu-title {
    font-weight: 600;
    font-size: large;
}

/* Left-align tables instead of mdBook's default centering. */
.content table {
    margin-left: 0;
    margin-right: auto;
}
