From c5991f2de1838556a9fb54fd5e346297168f4f41 Mon Sep 17 00:00:00 2001 From: Antoine M Date: Tue, 28 May 2024 14:59:16 +0200 Subject: [PATCH] handling links colors --- .../editor-content/color-taxonomy-scheme.css | 21 ++++++++++++++++++- 1 file changed, 20 insertions(+), 1 deletion(-) diff --git a/resources/css/editor-content/color-taxonomy-scheme.css b/resources/css/editor-content/color-taxonomy-scheme.css index 85a45b5..64a2e03 100644 --- a/resources/css/editor-content/color-taxonomy-scheme.css +++ b/resources/css/editor-content/color-taxonomy-scheme.css @@ -178,6 +178,11 @@ body.energie, .chapter_index a.active { @apply text-energies-urbanisme; } + .homegrade-blocks-highlight--classic { + a[rel='noopener'] { + @apply !text-energies-urbanisme; + } + } .homegrade-blocks-highlight { @apply bg-energies-urbanisme-light text-black; .icon { @@ -321,7 +326,11 @@ body.isolation, .chapter_index a.active { @apply text-isolation-quotidien; } - + .homegrade-blocks-highlight--classic { + a[rel='noopener'] { + @apply !text-isolation-quotidien; + } + } .homegrade-blocks-highlight { @apply bg-isolation-quotidien-light text-black; .icon { @@ -452,6 +461,11 @@ body.erfgoed, .chapter_index a.active { @apply text-patrimoine-renovation; } + .homegrade-blocks-highlight--classic { + a[rel='noopener'] { + @apply !text-patrimoine-renovation; + } + } .homegrade-blocks-highlight { @apply bg-patrimoine-renovation-light text-black; .icon { @@ -584,6 +598,11 @@ body.duurzaamheid, .chapter_index a.active { @apply text-location-durabilite; } + .homegrade-blocks-highlight--classic { + a[rel='noopener'] { + @apply !text-location-durabilite; + } + } .homegrade-blocks-highlight { @apply bg-location-durabilite-light text-black; .icon {