styles = htl.html`<style>
code {
background-color: #eeeeee;
padding-left: 3pt;
padding-right:3pt;
padding-top:2pt;
padding-bottom:2pt;
border-radius: 2pt;
}
samp {
font-family: var(--monospace);
font-size: 14px;
line-height: 1.5;
}
/* For code surrounded in triple quote */
pre code {
display: block;
}
blockquote {
border-left: 2px solid #cccccc;
padding-left: 1em;
margin-left: 0;
}
</style>`