
/*
.hs-prism > code > *:nth-child(odd) {
    background-color: #f00;

}
*/

pre[class*="language-"] {
    position: relative;
    box-shadow: 0 0 0 1px #dfdfdf;
    
	border: 0;
    background-color: #fdfdfd;
    background-image: linear-gradient(transparent 50%, rgba(69, 142, 209, 0.04) 50%);
    background-size: 3em 3em;
    background-origin: content-box;
    background-attachment: local;
    margin: .5em 0;
    padding: 2em 1em 1em 1em;
}