/* === 隐藏首页仓库搜索框和Tab === */
.ui.secondary.stackable.pointing.menu {
    display: none !important;
}

/* === 隐藏页脚 Gitea 版本信息 === */
footer .ui.left {
    display: none !important;
}
