body {
    --bs-link-color-rgb: 32, 153, 53 !important;
    --bs-link-hover-color-rgb: 18, 90, 34 !important;
}

/* Both navbar SVG logos */
img.yb-logo,
img#logo {
    height: 28px;
    width: auto;
    vertical-align: middle;
    margin-right: 4px;
}

/* 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;
}