N°9177 - Blockquote in HTML field are unreadable in darkmoon (again)

This commit is contained in:
Stephen Abello
2026-04-13 10:24:50 +02:00
parent d000d93b19
commit b799be3cb7

View File

@@ -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;
}