Hide category description headings

This commit is contained in:
Tony Grosinger 2024-02-24 15:18:12 -08:00
parent b2cc4a2ae9
commit f18c70d867

View File

@ -333,6 +333,11 @@ html body #main-outlet {
} }
} }
// Hide the "about this category" heading
.category-heading {
display: none;
}
// Topic List // Topic List
@keyframes background-fade-highlight { @keyframes background-fade-highlight {