diff --git a/css/backoffice/_shame.scss b/css/backoffice/_shame.scss index 758b066899..5859d7eb7b 100644 --- a/css/backoffice/_shame.scss +++ b/css/backoffice/_shame.scss @@ -39,6 +39,8 @@ // // .site-nav a { color:#BADA55!important; } +$ibo-blockquote--color: $ibo-body-text-color !default; + // N°2847 - Recolor svg illustrations with iTop's primary color .ibo-svg-illustration--container > svg *[fill="#6c63ff"]{ fill: $ibo-svg-illustration--fill; @@ -109,3 +111,11 @@ input:checked + .slider:before { .slider.round:before { border-radius: 7px; } + +/* + Bulma sets blockquote background color through a variable, it affects ckeditor and html display. + This rule is needed harmonize the blockquote text color in both contexts. + */ +.ibo-is-html-content blockquote { + color: $ibo-blockquote--color; +} \ No newline at end of file