Is it possible to change the background color--and other attributes--of code chunks? Is there a class associated with code chunks?
Modifying the background color for inline code is simple:
.remark-inline-code{
background-color: #000000
}
But I am unable to find an equivalent specifically for code chunks.