From 9199314437f7fde8b4a08cccf2a136897d6ad452 Mon Sep 17 00:00:00 2001 From: Tony Grosinger Date: Sun, 3 Mar 2024 08:32:31 -0800 Subject: [PATCH] Hide site logo on error page --- common/common.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/common/common.scss b/common/common.scss index 2e8aee9..140c59c 100644 --- a/common/common.scss +++ b/common/common.scss @@ -40,6 +40,7 @@ html.anon { } // Hide the default logo in the header bar +#site-logo, .home-logo-wrapper-outlet { display: none; }