Fix category colors after discourse update

This commit is contained in:
Winston
2023-12-08 18:28:24 +01:00
parent 80fecc6cd3
commit 0792d18ed0

View File

@@ -25,6 +25,11 @@
color: var(--primary-800);
}
.category-boxes .category-box-heading h3 {
// Use
color: var(--category-color);
}
.category-boxes .category-box-heading h3::before {
// Show a round circle with the category color in front of the title
content: '';