diff --git a/frappe/public/scss/website/page_builder.scss b/frappe/public/scss/website/page_builder.scss index a2fea33765..f6265a1eed 100644 --- a/frappe/public/scss/website/page_builder.scss +++ b/frappe/public/scss/website/page_builder.scss @@ -479,6 +479,12 @@ align-items: center; } +.collapsible-item-title { + font-weight: 600; + color: var(--gray-900); + font-size: var(--text-2xl); +} + .collapsible-item a { text-decoration: none; } diff --git a/frappe/website/web_template/section_with_collapsible_content/section_with_collapsible_content.html b/frappe/website/web_template/section_with_collapsible_content/section_with_collapsible_content.html index 84a009564c..0f0353f115 100644 --- a/frappe/website/web_template/section_with_collapsible_content/section_with_collapsible_content.html +++ b/frappe/website/web_template/section_with_collapsible_content/section_with_collapsible_content.html @@ -10,7 +10,7 @@ {%- set collapse_id = 'id-' + frappe.utils.generate_hash('Collapse', 12) -%}