/* Hide the default Forgejo hero block (logo, title, tagline) on the homepage */
.page-content.home .logo,
.page-content.home .hero {
	display: none !important;
}
