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 {