Is there a way to make the calcite headings (heading1, heading2) have a background color or make them bold? so its easier to distinguish compared to the other calcite blocks?
<script
src="https://js.arcgis.com/calcite-components/1.0.0-beta.99/calcite.esm.js"
type="module"
></script>
<link
rel="stylesheet"
href="https://js.arcgis.com/calcite-components/1.0.0-beta.99/calcite.css"
/>
<calcite-shell>
<calcite-shell-panel slot="panel-start" position="start" resizable="false">
<calcite-panel heading="Widget">
<calcite-block collapsible heading="Heading 1" open>
<calcite-block collapsible heading="Heading Subsection 1" closed>
</calcite block>
<calcite-block collapsible heading="Heading Subsection 2" closed>
</calcite block>
</calcite-block>
<calcite-block collapsible heading="Heading 2" open>
<!--contains calcite blocks for heading 2*/-->
</calcite-block>
</calcite-panel>
</calcite-shell-panel>
</calcite shell>
@KittyHurley @BenElan @omar-marji