From f18c70d867665253f67a74a58896ad3bea32cbda Mon Sep 17 00:00:00 2001 From: Tony Grosinger Date: Sat, 24 Feb 2024 15:18:12 -0800 Subject: [PATCH] Hide category description headings --- common/common.scss | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/common/common.scss b/common/common.scss index a2f1c9c..3f92444 100644 --- a/common/common.scss +++ b/common/common.scss @@ -333,6 +333,11 @@ html body #main-outlet { } } +// Hide the "about this category" heading +.category-heading { + display: none; +} + // Topic List @keyframes background-fade-highlight {