Hide site logo on error page

This commit is contained in:
Tony Grosinger 2024-03-03 08:32:31 -08:00
parent cdf00a5026
commit 9199314437

View File

@ -40,6 +40,7 @@ html.anon {
} }
// Hide the default logo in the header bar // Hide the default logo in the header bar
#site-logo,
.home-logo-wrapper-outlet { .home-logo-wrapper-outlet {
display: none; display: none;
} }