rtl_433/docs/.vuepress/styles/index.scss

5 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);
}