sourceStyle = html`<style>
.source {
margin: 0px;
cursor: pointer;
border:2px currentColor solid;
border-radius:7px;
display:inline-block;
padding:7px
}
.source[data-commentonstatus="Show"] {
border:1px currentColor dashed;
}
.source p {
margin: 0px;
padding: 0px;
}
.source pre {
margin: 0px;
padding: 0px;
}
</style>`