From 5d0648bd56ba3fc0d99da1d6733ac553ab0ca200 Mon Sep 17 00:00:00 2001 From: Nonimart Date: Thu, 15 Jan 2026 16:26:27 +0100 Subject: [PATCH] FEATURE Introducing the boule format type --- .../css/editor-content/color-taxonomy-scheme.css | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/resources/css/editor-content/color-taxonomy-scheme.css b/resources/css/editor-content/color-taxonomy-scheme.css index c84d3a9..26677fc 100644 --- a/resources/css/editor-content/color-taxonomy-scheme.css +++ b/resources/css/editor-content/color-taxonomy-scheme.css @@ -118,6 +118,9 @@ body.akoestiek, .previous-next-questions .question_type { @apply text-acoustique-coproprietes; } + span.boule { + @apply bg-acoustique-coproprietes text-white; + } } .card-news__thematique-tag--mede-eigendommen, @@ -280,6 +283,9 @@ body.energie, .previous-next-questions .question_type { @apply text-energies-urbanisme; } + span.boule { + @apply bg-energies-urbanisme text-white; + } } .card-news__thematique-tag--urbanisme, @@ -439,6 +445,9 @@ body.isolation, .previous-next-questions .question_type { @apply text-isolation-quotidien; } + span.boule { + @apply bg-isolation-quotidien text-white; + } } .card-news__thematique-tag--isolation, @@ -604,6 +613,10 @@ body.gezondheid-veiligheid-hygiene, .previous-next-questions .question_type { @apply text-patrimoine-sante-securite; } + + span.boule { + @apply bg-patrimoine-sante-securite text-white; + } } .card-news__thematique-tag--patrimoine,