/* ================================================== */
/* Hide default Forgejo navigation links              */
/* ================================================== */

/* Hide the "Help" icon/link in the top right navbar */
#navbar a[href*="forgejo.org/docs"],
#navbar a[href*="docs.gitea.io"] {
    display: none !important;
}

/* Hide the "Website" link (points to forgejo.org) */
#navbar a[href="https://forgejo.org/"] {
    display: none !important;
}

/* Hide the "API" link (if you don't want users seeing the swagger docs) */
#navbar a[href*="/api/swagger"] {
    display: none !important;
}

/* Hide the "Explore" link in the top left (Optional) */
/* Since you redirect the landing page, you might want to keep this, */
/* but if you want to hide it, uncomment the block below: */
/*
#navbar a.navbar-item[href="/explore"] {
    display: none !important;
}
*/
