
#clone-panel {
  display: none !important;
}

/* Nur "Erkunden" ausblenden */
.ui.top.secondary.menu > a.item[href="/explore/repos"] {
  display: none !important;
}

/* Nur "Erkunden" ausblenden */
.ui.top.secondary.menu > a.item[href="https://gogs.io/docs"] {
  display: none !important;
}


a.item[href*="/pulls"],
a.item[href*="/issues"],
a.item[href*="/wiki"] {
  display: none !important;
}

/* Alles innerhalb von .home ausblenden */
.home > * {
  display: none !important;
}


/* Alles im Bereich .home ausblenden */
.home > * {
  display: none !important;
}

/* Willkommensnachricht einfügen */
.home::before {
  content: "Git von Leonard Schulz\AHerzlich Willkommen!\A\AWeiteres: http://lschulz.one";
  display: block;
  line-height: 1.5;
  font-size: 1.5rem;
  font-weight: bold;
  text-align: center;
  margin-top: 2rem;
  white-space: pre; /* sorgt dafür, dass \A als Zeilenumbruch angezeigt wird */
}
