From ed8d4df5efbd5d772a4aed8181d8fc964bfcd8d6 Mon Sep 17 00:00:00 2001 From: Anne-Catherine <57360138+accognet@users.noreply.github.com> Date: Tue, 17 Oct 2023 12:09:52 +0200 Subject: [PATCH] =?UTF-8?q?N=C2=B05786=20-=20Problem=20with=20text=20color?= =?UTF-8?q?=20in=20public=20log=20and=20in=20AttributeHTML=20(#527)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * N°5786 - Problem with text color in public log and in AttributeHTML --- css/backoffice/vendors/_bulma-variables-overload.scss | 3 +++ 1 file changed, 3 insertions(+) diff --git a/css/backoffice/vendors/_bulma-variables-overload.scss b/css/backoffice/vendors/_bulma-variables-overload.scss index c50028515..240c9149e 100644 --- a/css/backoffice/vendors/_bulma-variables-overload.scss +++ b/css/backoffice/vendors/_bulma-variables-overload.scss @@ -13,6 +13,9 @@ $body-overflow-x: hidden !default; $body-overflow-y: auto !default; +/*N°5786 - Avoid strong text to always be grey (default Bulma color for this var.) so strong text can keep its color. This is mostly for text within the .ibo-is-html-content. */ +$text-strong: inherit !default; + /** * customize Bulma content variables * See https://bulma.io/documentation/elements/content/