From 0792d18ed0e52dcf42c5afc325fddc12b61d7480 Mon Sep 17 00:00:00 2001 From: Winston <44872771+winston-yallow@users.noreply.github.com> Date: Fri, 8 Dec 2023 18:28:24 +0100 Subject: [PATCH] Fix category colors after discourse update --- common/common.scss | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/common/common.scss b/common/common.scss index 3f5a19e..556c697 100644 --- a/common/common.scss +++ b/common/common.scss @@ -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: '⬤';