/* Скрываем Обзор */
a.item[href*="/explore"] { display: none !important; }

/* Скрываем Помощь */
a.item[href*="docs.gitea.com"] { display: none !important; }

/* Скрываем Регистрацию */
a.item[href*="/user/sign_up"] { display: none !important; }

/* Скрываем всю главную страницу кроме шапки */
.hero,
.ui.stackable.grid,
.home { display: none !important; }

/* Скрываем футер */
footer { display: none !important; }
