From c76963fb96ddced17a9c988ae5040c35b34a0b0f Mon Sep 17 00:00:00 2001 From: Winston <44872771+winston-yallow@users.noreply.github.com> Date: Fri, 8 Dec 2023 18:32:50 +0100 Subject: [PATCH] Correctly color only dots for category boxes --- common/common.scss | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/common/common.scss b/common/common.scss index 556c697..f110d0d 100644 --- a/common/common.scss +++ b/common/common.scss @@ -25,18 +25,13 @@ 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: '⬤'; font-size: smaller; transform: translateY(-3px); display: inline-block; - color: var(--category-color); + color: var(--category-badge-color); text-shadow: 0px 0px 2px var(--secondary); }