4 lines
171 B
SCSS
4 lines
171 B
SCSS
// Missing background color on bare code sections
|
|
.theme-default-content pre, .theme-default-content pre[class*="language-"] {
|
|
background-color: var(--code-bg-color);
|
|
}
|