body {
    --bs-link-color-rgb: 115, 40, 214 !important;
    --bs-link-hover-color-rgb: 173, 216, 230 !important;
}

/* Constrain the SVG navbar logo to the same visual size as the original PNG */
img#logo {
    height: 36px;
    width: auto;
}

/* Hide the auto-generated child namespace list on the top-level namespace page
   since the overwrite content provides a curated table instead */
article[data-uid="YndigoBlue.Velocity"] h3#namespaces,
article[data-uid="YndigoBlue.Velocity"] dl.jumplist {
    display: none !important;
}

/* Prevent the Namespace column from wrapping in the API namespace table */
article[data-uid="YndigoBlue.Velocity"] table td:first-child,
article[data-uid="YndigoBlue.Velocity"] table th:first-child {
    white-space: nowrap;
}